You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2016/11/18 23:45:40 UTC

cassandra-builds git commit: Enable generated jobs

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 5be39659d -> 92c37f78c


Enable generated jobs


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/92c37f78
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/92c37f78
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/92c37f78

Branch: refs/heads/master
Commit: 92c37f78c36ce5f578cdf26e265d35bcfcf26da1
Parents: 5be3965
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Fri Nov 18 17:45:34 2016 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Fri Nov 18 17:45:34 2016 -0600

----------------------------------------------------------------------
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/92c37f78/jenkins-dsl/cassandra_job_dsl_seed.groovy
----------------------------------------------------------------------
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index ae90b3b..146b44d 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -182,7 +182,7 @@ cassandraBranches.each {
      * Main branch artifacts and eclipse-warnings job
      */
     job("${jobNamePrefix}-artifacts") {
-        //disabled(false)
+        disabled(false)
         using('Cassandra-template-artifacts')
         configure { node ->
             node / scm / branches / 'hudson.plugins.git.BranchSpec' / name(branchName)
@@ -199,7 +199,7 @@ cassandraBranches.each {
         def targetName = it
 
         job("${jobNamePrefix}-${targetName}") {
-            //disabled(false)
+            disabled(false)
             using('Cassandra-template-test')
             configure { node ->
                 node / scm / branches / 'hudson.plugins.git.BranchSpec' / name(branchName)