aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jenkins/create_jobs.groovy10
1 files changed, 5 insertions, 5 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 3d80cbf231..6095a57e06 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -506,11 +506,11 @@ xmlbeansjobs.each { xjob ->
}
publishers {
archiveArtifacts('build/private/**')
- archiveJunit('build/test/reports/*.xml') {
- testDataPublishers {
- publishTestStabilityData()
- }
- }
+ //archiveJunit('build/test/reports/*.xml') {
+ // testDataPublishers {
+ // publishTestStabilityData()
+ // }
+ //}
if (!xjob.skipcigame) {
configure { project ->