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 2016/09/28 12:56:30 UTC

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

Author: rombert
Date: Wed Sep 28 12:56:30 2016
New Revision: 1762646

URL: http://svn.apache.org/viewvc?rev=1762646&view=rev
Log:
SLING-6061 - Create per-module Jenkins jobs

Always check for snapshot updates since our builds are now reactor-less.

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=1762646&r1=1762645&r2=1762646&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Wed Sep 28 12:56:30 2016
@@ -456,6 +456,7 @@ modules.each {
 
             steps {
                 maven {
+                   goals("-U")
                    goals("clean")
                    // ensure that for multiple jdk versions only one actually deploys artifacts
                    // this should be the 'oldest' JDK