summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-11-21 16:28:07 +0000
committerDominik Stadler <centic@apache.org>2017-11-21 16:28:07 +0000
commitdcd40982f32bb72364a8746b26dcc3f1d727e53b (patch)
tree59d0741e41ea4a371075db61877f0eb801462514 /jenkins
parentbb40ff4fd3061cb227218a762850543a1bf1ebb2 (diff)
downloadpoi-dcd40982f32bb72364a8746b26dcc3f1d727e53b.tar.gz
poi-dcd40982f32bb72364a8746b26dcc3f1d727e53b.zip
Try if using a local temporary directory avoids the permission errors in unit tests in the Maven runs:
* Collect JUnit results * Set java.io.tmpdir in Maven unit test runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 357ecb11af..8c0fba7a1b 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -250,6 +250,11 @@ poijobs.each { poijob ->
project / publishers << 'hudson.plugins.cigame.GamePublisher' {}
}
}
+ archiveJunit('sonar/*/target/surefire-reports/TEST-*.xml') {
+ testDataPublishers {
+ publishTestStabilityData()
+ }
+ }
mailer(email, false, false)
}
} else if (poijob.javadoc) {