52 Commity (f0b2404b863440f35884b057c1cc779e34c8f8e8)

Autor SHA1 Wiadomość Data
  Dominik Stadler 1ce1f599bf Exclude some additional nodes from OpenJDK builds 7 lat temu
  Dominik Stadler c77f1ad3da Cater for two different locations of test-results in Gradle 2.x and 3.x 7 lat temu
  Dominik Stadler 7ae44605b5 Jenkins DSL: Fix setting property for Sonar-Host-URL 7 lat temu
  Dominik Stadler 69b260f538 Allow to enable Sonar as part of the Gradle build and add Jenkins DSL job to test it 7 lat temu
  Dominik Stadler 566ec2d487 Jenkins DSL: Exclude some more slaves from building with OpenJDK 7 lat temu
  Dominik Stadler efc0dd2d50 Jenkins DSL: Add one more directory for test-results to try to make Gradle build happy 7 lat temu
  Dominik Stadler 12c06b3084 Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for the OpenJDK build 7 lat temu
  Greg Woolsey 653c627b1f use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8. 7 lat temu
  Andreas Beeker f4ca0b4b2b disable more H?? slaves 7 lat temu
  Andreas Beeker f316a0f115 remove H24 and ubuntu-4 slaves for all builds 7 lat temu
  Andreas Beeker ee56c07a74 java-6-openjdk-amd64 is not installed on H24 7 lat temu
  Dominik Stadler 75ba4abede Jenkins DSL: Additionally disable node H12 for OpenJDK builds 7 lat temu
  Dominik Stadler cc99b7082a Update JDK 9 build config to use correct add-opens for java.xml 7 lat temu
  Javen O'Neal fcaa74418d use https links 7 lat temu
  Dominik Stadler 30071927f8 Need a fifth addopens-parameter for JDK 9 7 lat temu
  Dominik Stadler b7b4a73204 Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers 7 lat temu
  Dominik Stadler c2022f7c3a Allow to pass --add-modules to javadoc as well as we get lots of missing code reported otherwise, we cannot use the existing property java9addmods as we need to use a different default-value for non-JDK9 builds 7 lat temu
  Dominik Stadler 1350ad3eb3 Coverage: 7 lat temu
  Dominik Stadler 8e1a75912e Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job 7 lat temu
  Dominik Stadler e66d78a388 Jenkins DLS: Remove support for multiple JDKs, it was not used and did not work anyway due to name-clashes 7 lat temu
  Dominik Stadler a30315de20 Send emails for builds with JDK 9 to dev@ now after it ran green for the first time 7 lat temu
  Dominik Stadler 06eaa174d7 Set --add-modules as environment-variable as well as we need to enable it in Ant itself for the forbidden-api-checks 7 lat temu
  Dominik Stadler 7b5a7e32df Allow to set the new --add-opens argument for JDK 9, scratchpad tests require slightly more memory on JDK 9 now, also adjust the Jenkins DSL accordingly. 7 lat temu
  kiwiwings 43c8f44c2c switch sonarqube to 1.8 and activate it 7 lat temu
  kiwiwings 245e1745fe add sonarqube job 7 lat temu
  Andreas Beeker b37d3699a5 use sonarqube dashboard instead of overview 7 lat temu
  Andreas Beeker b403347a98 New SonarQube instance 7 lat temu
  Dominik Stadler e065cabe9d Adjust list of hosts that do not have OpenJDK installed 7 lat temu
  Dominik Stadler 346a5a5336 Jenkins DSL: JDK 1.6 is default anyway, add Findbugs-download-workaround to the -old-xerces job as well 7 lat temu
  Dominik Stadler ac92d7bc0a Jenkins DSL: Adjust comment why IBM JDK is not enabled and use addShell for Gradle-build as well 7 lat temu
  Dominik Stadler ed8dc50a9e Jenkins DSL: download findbugs manually because sourceforge now uses a SSL cihper that is not supported by JDK 6 7 lat temu
  Dominik Stadler aeb22bab67 Jenkins DSL: Use single-quotes, add back space in OpenJDK JDK name, exclude one more slave that causes strange errors in the JDK 1.8-run 7 lat temu
  Dominik Stadler 87b75a8fad Disable CIGame for OpenJDK build for now as the JDK is not installed on all slaves, fix blank, add more disabled slaves 7 lat temu
  Dominik Stadler f42d14242f Jenkins DSL: Gradle: Try to touch the test-results-files as Gradle will not execute the tests again if not needed 7 lat temu
  Dominik Stadler 57259f3a88 Jenkins DSL: Exclude one slave for the OpenJDK build 7 lat temu
  Andreas Beeker 48bdfca1c4 there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead 7 lat temu
  Dominik Stadler f5d9984c49 Jenkins Job DSL: Adjust for location of Gradle-test-result files 7 lat temu
  Dominik Stadler 6ad1f0b626 Jenkins Job DSL: Adjust patterns for code-coverage in the Gradle build 7 lat temu
  Dominik Stadler 347783d6dc Adjust parameters for newer JDK9 builds, -addmods is now --add-modules, add some debug-output for reflection 7 lat temu
  Dominik Stadler d08950188a Enable all jobs except IBM-JDK, resolve links when listing contents of JAVA_HOME 7 lat temu
  Dominik Stadler 610ce0bb98 Adjust Jenkins APICheck description 7 lat temu
  Dominik Stadler fda7104fd2 Enable Job for API-Check 7 lat temu
  Dominik Stadler 74ab8da0fd Jenkins DSL: 7 lat temu
  Dominik Stadler 92bd0d3513 Set DSL for API-Check to JDK 1.7 as this is required by Gradle 7 lat temu
  Dominik Stadler 8eefb40975 Adjust JDK for old-Xerces, use blanks instead of tabs, reformat the config-section somewhat 7 lat temu
  Dominik Stadler 9a3332b146 Add Jenkins DSL for JDK 9, Maven, regenerate-javadoc, API-Check, Gradle, no-scratchpad and old-xerces 7 lat temu
  Dominik Stadler d4663ea956 Adjust for more JDKs, unfortunately Ant properties do not work as expected for now... 7 lat temu
  Dominik Stadler 63943b7d31 Jenkins DSL: Start adding multiple Jobs with re-use of common parts 7 lat temu
  Dominik Stadler 7c65d6bf31 Adjust some more to make the DSL-test-Job set up exactly like the current 'POI' job 7 lat temu
  Dominik Stadler b7fbd0d5fe Add all items from the current job 'POI' to the new Jenkins DSL script. 7 lat temu