diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3d80cbf23..6095a57e0 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 ->