aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins/create_jobs.groovy
Commit message (Expand)AuthorAgeFilesLines
* Jenkins DSL: Add one more directory for test-results to try to make Gradle bu...Dominik Stadler2017-02-211-1/+1
* Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for th...Dominik Stadler2017-02-151-2/+2
* use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Jav...Greg Woolsey2017-02-141-1/+1
* disable more H?? slavesAndreas Beeker2017-02-141-2/+3
* remove H24 and ubuntu-4 slaves for all buildsAndreas Beeker2017-02-131-5/+3
* java-6-openjdk-amd64 is not installed on H24Andreas Beeker2017-02-121-1/+1
* Jenkins DSL: Additionally disable node H12 for OpenJDK buildsDominik Stadler2017-02-051-1/+1
* Update JDK 9 build config to use correct add-opens for java.xmlDominik Stadler2017-02-051-1/+1
* use https linksJaven O'Neal2017-01-301-2/+2
* Need a fifth addopens-parameter for JDK 9Dominik Stadler2017-01-261-0/+1
* Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-nu...Dominik Stadler2017-01-261-1/+1
* Allow to pass --add-modules to javadoc as well as we get lots of missing code...Dominik Stadler2016-12-311-0/+1
* Coverage:Dominik Stadler2016-12-311-3/+3
* Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-sc...Dominik Stadler2016-12-301-1/+2
* Jenkins DLS: Remove support for multiple JDKs, it was not used and did not wo...Dominik Stadler2016-12-301-190/+188
* Send emails for builds with JDK 9 to dev@ now after it ran green for the firs...Dominik Stadler2016-12-301-1/+1
* Set --add-modules as environment-variable as well as we need to enable it in ...Dominik Stadler2016-12-301-0/+3
* Allow to set the new --add-opens argument for JDK 9, scratchpad tests require...Dominik Stadler2016-12-301-1/+8
* switch sonarqube to 1.8 and activate itAndreas Beeker2016-12-181-1/+1
* add sonarqube jobAndreas Beeker2016-12-171-1/+12
* use sonarqube dashboard instead of overviewAndreas Beeker2016-12-171-2/+2
* New SonarQube instanceAndreas Beeker2016-12-171-2/+2
* Adjust list of hosts that do not have OpenJDK installedDominik Stadler2016-12-161-2/+2
* Jenkins DSL: JDK 1.6 is default anyway, add Findbugs-download-workaround to t...Dominik Stadler2016-12-111-3/+6
* Jenkins DSL: Adjust comment why IBM JDK is not enabled and use addShell for G...Dominik Stadler2016-12-091-8/+9
* Jenkins DSL: download findbugs manually because sourceforge now uses a SSL ci...Dominik Stadler2016-12-081-1/+7
* Jenkins DSL: Use single-quotes, add back space in OpenJDK JDK name, exclude o...Dominik Stadler2016-12-081-10/+14
* Disable CIGame for OpenJDK build for now as the JDK is not installed on all s...Dominik Stadler2016-12-061-2/+4
* Jenkins DSL: Gradle: Try to touch the test-results-files as Gradle will not e...Dominik Stadler2016-12-061-0/+2
* Jenkins DSL: Exclude one slave for the OpenJDK buildDominik Stadler2016-12-061-2/+4
* there's no IBM 1.7 JDK on Jenkins available -> use 1.8 insteadAndreas Beeker2016-12-051-2/+2
* Jenkins Job DSL: Adjust for location of Gradle-test-result filesDominik Stadler2016-12-041-1/+1
* Jenkins Job DSL: Adjust patterns for code-coverage in the Gradle buildDominik Stadler2016-12-041-2/+3
* Adjust parameters for newer JDK9 builds, -addmods is now --add-modules, add s...Dominik Stadler2016-12-041-1/+1
* Enable all jobs except IBM-JDK, resolve links when listing contents of JAVA_HOMEDominik Stadler2016-12-041-10/+10
* Adjust Jenkins APICheck descriptionDominik Stadler2016-12-031-2/+17
* Enable Job for API-CheckDominik Stadler2016-12-021-11/+20
* Jenkins DSL: Dominik Stadler2016-12-021-14/+21
* Set DSL for API-Check to JDK 1.7 as this is required by GradleDominik Stadler2016-12-011-11/+11
* Adjust JDK for old-Xerces, use blanks instead of tabs, reformat the config-se...Dominik Stadler2016-12-011-91/+60
* Add Jenkins DSL for JDK 9, Maven, regenerate-javadoc, API-Check, Gradle, no-s...Dominik Stadler2016-12-011-125/+228
* Adjust for more JDKs, unfortunately Ant properties do not work as expected fo...Dominik Stadler2016-12-011-11/+67
* Jenkins DSL: Start adding multiple Jobs with re-use of common partsDominik Stadler2016-12-011-82/+113
* Adjust some more to make the DSL-test-Job set up exactly like the current 'PO...Dominik Stadler2016-11-271-5/+8
* Add all items from the current job 'POI' to the new Jenkins DSL script.Dominik Stadler2016-11-271-3/+31
* Remove old XML, this breaks the Groovy compilerDominik Stadler2016-11-271-158/+13
* Add initial Jenkins Job DSL to version-control the Jenkins jobsDominik Stadler2016-11-271-0/+201