You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/09/17 21:14:20 UTC

svn commit: r1808657 - /sling/trunk/tooling/jenkins/create_jobs.groovy

Author: rombert
Date: Sun Sep 17 21:14:20 2017
New Revision: 1808657

URL: http://svn.apache.org/viewvc?rev=1808657&view=rev
Log:
jenkins: disable test stability plugin

This plugin is broken and causes failures after the latest Jenkins upgrade.

Modified:
    sling/trunk/tooling/jenkins/create_jobs.groovy

Modified: sling/trunk/tooling/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/jenkins/create_jobs.groovy?rev=1808657&r1=1808656&r2=1808657&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Sun Sep 17 21:14:20 2017
@@ -930,9 +930,6 @@ for more details</p>''')
                 // TODO - can we remove the glob and rely on the defaults?
                 archiveJunit('**/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml') {
                     allowEmptyResults()
-                    testDataPublishers {
-                        publishTestStabilityData()
-                    }
                 }
                 // send emails for each broken build, notify individuals as well
                 mailer('commits@sling.apache.org', false, true)