77 Commits (8507286f77bdb3942714f98e4c191823040a39d0)

Author SHA1 Message Date
  Dominik Stadler 625c511503 Don't try to collect junit results for Maven when we only run Sonar-tasks and thus skip unit tests 6 years ago
  Dominik Stadler dcd40982f3 Try if using a local temporary directory avoids the permission errors in unit tests in the Maven runs: 6 years ago
  Dominik Stadler b4fd20dafa Add more output to the pre-check to help in analysis some strange build-failures in CI, e.g. INFRA-15244 6 years ago
  Dominik Stadler 9b27d51247 The Gradle-based Sonarqube job does not actually, it completes with success, but the data never appears on Sonarqube itself, we need to investigate this some more later, for now I enabled the Maven based job again. 6 years ago
  Dominik Stadler 6e9afd88a2 Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks obsolete here 6 years ago
  Dominik Stadler d7ee368e0e MaxPermSize is not used any more in Java 8, so remove it everywhere 6 years ago
  Dominik Stadler a7280639bd Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments 6 years ago
  Dominik Stadler 37472f53e6 Jenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin is currently missing in the Apache Jenkins instance 6 years ago
  Dominik Stadler b012055519 Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job 6 years ago
  Dominik Stadler 1e0d8199c4 Jenkins DSL: 6 years ago
  Dominik Stadler 4fb046c2b9 Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9 6 years ago
  Dominik Stadler fe5b6c4671 Java 8: Disable Jobs using Java 1.6 and 1.7 for now, they can be removed soon. 6 years ago
  Dominik Stadler c364f2ce24 Add more --add-opens for JDK 9 6 years ago
  Andreas Beeker 5f6a93d146 exclude H21 from slave list 6 years ago
  Andreas Beeker 161e6fe60a notify dev@ when windows-1.7 fails 6 years ago
  Andreas Beeker 86ca4bc99c add findbugs3 prefetch to Windows / JDK1.7 build 6 years ago
  Dominik Stadler 37866e55b2 Jenkins DSL: Use latest available early access build of JDK 9 b179 6 years ago
  Andreas Beeker 64725bd8b5 Job DSL refactorings 6 years ago
  Andreas Beeker 1b7630a2e2 Job DSL fix windows call / retrieve findbugs via powershell 6 years ago
  Andreas Beeker 6c64f70189 Add Windows jobs 6 years ago
  Dominik Stadler 73d041eb7c Jenkins-DSL: Print out the exact version of java in the pre-steps 6 years ago
  Dominik Stadler 45bd7df036 Exclude some more nodes for OpenJDK build 6 years ago
  Dominik Stadler 3987c60e1e Update link to POI-view on the Jenkins CI server 7 years ago
  Dominik Stadler 9baeae3d24 Revert creating a view as part of the Jenkins DSL as it did not allow to create the view as part of a folder/sub-view 7 years ago
  Dominik Stadler 560cc85ad7 Try to define the view as part of the Jenkins DSL, also try to move the view into sub-folder, see also INFRA-14002 7 years ago
  Dominik Stadler f1c88e9b02 Exclude some additional nodes from OpenJDK builds 7 years ago
  Dominik Stadler bd5ea8d3b7 Cater for two different locations of test-results in Gradle 2.x and 3.x 7 years ago
  Dominik Stadler bd710dc5e7 Jenkins DSL: Fix setting property for Sonar-Host-URL 7 years ago
  Dominik Stadler 781e596858 Allow to enable Sonar as part of the Gradle build and add Jenkins DSL job to test it 7 years ago
  Dominik Stadler 55bb900d9e Jenkins DSL: Exclude some more slaves from building with OpenJDK 7 years ago
  Dominik Stadler c76c073b39 Jenkins DSL: Add one more directory for test-results to try to make Gradle build happy 7 years ago
  Dominik Stadler 97d5024992 Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for the OpenJDK build 7 years ago
  Greg Woolsey cd55d8cf9e use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8. 7 years ago
  Andreas Beeker 7100833993 disable more H?? slaves 7 years ago
  Andreas Beeker f44d5d9db0 remove H24 and ubuntu-4 slaves for all builds 7 years ago
  Andreas Beeker e2b097d830 java-6-openjdk-amd64 is not installed on H24 7 years ago
  Dominik Stadler acbd37db01 Jenkins DSL: Additionally disable node H12 for OpenJDK builds 7 years ago
  Dominik Stadler 5ebc768788 Update JDK 9 build config to use correct add-opens for java.xml 7 years ago
  Javen O'Neal a044593a00 use https links 7 years ago
  Dominik Stadler 1dc4f7d086 Need a fifth addopens-parameter for JDK 9 7 years ago
  Dominik Stadler abf8c414f8 Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers 7 years ago
  Dominik Stadler 7a9f81a948 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 years ago
  Dominik Stadler 70864c5a57 Coverage: 7 years ago
  Dominik Stadler a4033113bb Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job 7 years ago
  Dominik Stadler 67f69fb39e Jenkins DLS: Remove support for multiple JDKs, it was not used and did not work anyway due to name-clashes 7 years ago
  Dominik Stadler 39bca49112 Send emails for builds with JDK 9 to dev@ now after it ran green for the first time 7 years ago
  Dominik Stadler bce3c31ea2 Set --add-modules as environment-variable as well as we need to enable it in Ant itself for the forbidden-api-checks 7 years ago
  Dominik Stadler 02f2481d21 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 years ago
  Andreas Beeker 220a6113be switch sonarqube to 1.8 and activate it 7 years ago
  Andreas Beeker eb2b72498e add sonarqube job 7 years ago