| Commit message (Expand) | Author | Age | Files | Lines |
* | Jenkins DSL: Add one more directory for test-results to try to make Gradle bu... | Dominik Stadler | 2017-02-21 | 1 | -1/+1 |
* | Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for th... | Dominik Stadler | 2017-02-15 | 1 | -2/+2 |
* | use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Jav... | Greg Woolsey | 2017-02-14 | 1 | -1/+1 |
* | disable more H?? slaves | Andreas Beeker | 2017-02-14 | 1 | -2/+3 |
* | remove H24 and ubuntu-4 slaves for all builds | Andreas Beeker | 2017-02-13 | 1 | -5/+3 |
* | java-6-openjdk-amd64 is not installed on H24 | Andreas Beeker | 2017-02-12 | 1 | -1/+1 |
* | Jenkins DSL: Additionally disable node H12 for OpenJDK builds | Dominik Stadler | 2017-02-05 | 1 | -1/+1 |
* | Update JDK 9 build config to use correct add-opens for java.xml | Dominik Stadler | 2017-02-05 | 1 | -1/+1 |
* | use https links | Javen O'Neal | 2017-01-30 | 1 | -2/+2 |
* | Need a fifth addopens-parameter for JDK 9 | Dominik Stadler | 2017-01-26 | 1 | -0/+1 |
* | Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-nu... | Dominik Stadler | 2017-01-26 | 1 | -1/+1 |
* | Allow to pass --add-modules to javadoc as well as we get lots of missing code... | Dominik Stadler | 2016-12-31 | 1 | -0/+1 |
* | Coverage: | Dominik Stadler | 2016-12-31 | 1 | -3/+3 |
* | Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-sc... | Dominik Stadler | 2016-12-30 | 1 | -1/+2 |
* | Jenkins DLS: Remove support for multiple JDKs, it was not used and did not wo... | Dominik Stadler | 2016-12-30 | 1 | -190/+188 |
* | Send emails for builds with JDK 9 to dev@ now after it ran green for the firs... | Dominik Stadler | 2016-12-30 | 1 | -1/+1 |
* | Set --add-modules as environment-variable as well as we need to enable it in ... | Dominik Stadler | 2016-12-30 | 1 | -0/+3 |
* | Allow to set the new --add-opens argument for JDK 9, scratchpad tests require... | Dominik Stadler | 2016-12-30 | 1 | -1/+8 |
* | switch sonarqube to 1.8 and activate it | Andreas Beeker | 2016-12-18 | 1 | -1/+1 |
* | add sonarqube job | Andreas Beeker | 2016-12-17 | 1 | -1/+12 |
* | use sonarqube dashboard instead of overview | Andreas Beeker | 2016-12-17 | 1 | -2/+2 |
* | New SonarQube instance | Andreas Beeker | 2016-12-17 | 1 | -2/+2 |
* | Adjust list of hosts that do not have OpenJDK installed | Dominik Stadler | 2016-12-16 | 1 | -2/+2 |
* | Jenkins DSL: JDK 1.6 is default anyway, add Findbugs-download-workaround to t... | Dominik Stadler | 2016-12-11 | 1 | -3/+6 |
* | Jenkins DSL: Adjust comment why IBM JDK is not enabled and use addShell for G... | Dominik Stadler | 2016-12-09 | 1 | -8/+9 |
* | Jenkins DSL: download findbugs manually because sourceforge now uses a SSL ci... | Dominik Stadler | 2016-12-08 | 1 | -1/+7 |
* | Jenkins DSL: Use single-quotes, add back space in OpenJDK JDK name, exclude o... | Dominik Stadler | 2016-12-08 | 1 | -10/+14 |
* | Disable CIGame for OpenJDK build for now as the JDK is not installed on all s... | Dominik Stadler | 2016-12-06 | 1 | -2/+4 |
* | Jenkins DSL: Gradle: Try to touch the test-results-files as Gradle will not e... | Dominik Stadler | 2016-12-06 | 1 | -0/+2 |
* | Jenkins DSL: Exclude one slave for the OpenJDK build | Dominik Stadler | 2016-12-06 | 1 | -2/+4 |
* | there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead | Andreas Beeker | 2016-12-05 | 1 | -2/+2 |
* | Jenkins Job DSL: Adjust for location of Gradle-test-result files | Dominik Stadler | 2016-12-04 | 1 | -1/+1 |
* | Jenkins Job DSL: Adjust patterns for code-coverage in the Gradle build | Dominik Stadler | 2016-12-04 | 1 | -2/+3 |
* | Adjust parameters for newer JDK9 builds, -addmods is now --add-modules, add s... | Dominik Stadler | 2016-12-04 | 1 | -1/+1 |
* | Enable all jobs except IBM-JDK, resolve links when listing contents of JAVA_HOME | Dominik Stadler | 2016-12-04 | 1 | -10/+10 |
* | Adjust Jenkins APICheck description | Dominik Stadler | 2016-12-03 | 1 | -2/+17 |
* | Enable Job for API-Check | Dominik Stadler | 2016-12-02 | 1 | -11/+20 |
* | Jenkins DSL: | Dominik Stadler | 2016-12-02 | 1 | -14/+21 |
* | Set DSL for API-Check to JDK 1.7 as this is required by Gradle | Dominik Stadler | 2016-12-01 | 1 | -11/+11 |
* | Adjust JDK for old-Xerces, use blanks instead of tabs, reformat the config-se... | Dominik Stadler | 2016-12-01 | 1 | -91/+60 |
* | Add Jenkins DSL for JDK 9, Maven, regenerate-javadoc, API-Check, Gradle, no-s... | Dominik Stadler | 2016-12-01 | 1 | -125/+228 |
* | Adjust for more JDKs, unfortunately Ant properties do not work as expected fo... | Dominik Stadler | 2016-12-01 | 1 | -11/+67 |
* | Jenkins DSL: Start adding multiple Jobs with re-use of common parts | Dominik Stadler | 2016-12-01 | 1 | -82/+113 |
* | Adjust some more to make the DSL-test-Job set up exactly like the current 'PO... | Dominik Stadler | 2016-11-27 | 1 | -5/+8 |
* | Add all items from the current job 'POI' to the new Jenkins DSL script. | Dominik Stadler | 2016-11-27 | 1 | -3/+31 |
* | Remove old XML, this breaks the Groovy compiler | Dominik Stadler | 2016-11-27 | 1 | -158/+13 |
* | Add initial Jenkins Job DSL to version-control the Jenkins jobs | Dominik Stadler | 2016-11-27 | 1 | -0/+201 |