aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-04-07 07:17:52 +0000
committerDominik Stadler <centic@apache.org>2019-04-07 07:17:52 +0000
commit56c02097805791d53ae5b1551b464067f9c13037 (patch)
tree4077ecb67ffd6ad4dc02381adf0289f4aa8afeee /jenkins
parent6119c0ecece52887c1da15f939447a63aaa68e93 (diff)
downloadpoi-56c02097805791d53ae5b1551b464067f9c13037.tar.gz
poi-56c02097805791d53ae5b1551b464067f9c13037.zip
Various enhancements to build.xml
* Use https for pentaho repository location * Add some more targets to "jenkins" target * Add download of maven-ant-task to make target "maven-install" work without manual installation into the ant-home directory * Update JaCoCo to 0.8.3 and asm to 7.0 This should now also work with JDK 13 pre-builds, so enable coverage in the JDK 13 CI builds again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy5
1 files changed, 1 insertions, 4 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index fdec1d7ba9..2c461eb13e 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -38,10 +38,7 @@ def poijobs = [
],
[ name: 'POI-DSL-1.13', jdk: '1.13', trigger: triggerSundays, skipcigame: true,
// Nodes beam* do not yet have JDK 13 installed
- slaveAdd: '&&!beam1&&!beam2&&!beam3&&!beam4&&!beam6&&!beam7&&!beam8&&!beam9&&!beam10&&!beam11&&!beam12&&!beam13&&!beam14&&!beam15&&!beam16',
- properties: [// JaCoCo currently fails with "java.lang.NoSuchFieldException: $jacocoAccess",
- // need to review/check with newer JDK 13 builds or when at least JaCoCo 0.8.3
- '-Dcoverage.enabled=false']
+ slaveAdd: '&&!beam1&&!beam2&&!beam3&&!beam4&&!beam6&&!beam7&&!beam8&&!beam9&&!beam10&&!beam11&&!beam12&&!beam13&&!beam14&&!beam15&&!beam16'
],
[ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true
],