You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/06/05 15:30:06 UTC

[cassandra-builds] branch master updated: ninja-fix to e883522: Cassandra-devbranch-artifacts can also be concurrent (over different nodes)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dce2b1  ninja-fix to e883522: Cassandra-devbranch-artifacts can also be concurrent (over different nodes)
4dce2b1 is described below

commit 4dce2b180c82187d6b9e0e44745d6d604e2c12fa
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Fri Jun 5 17:27:24 2020 +0200

    ninja-fix to e883522: Cassandra-devbranch-artifacts can also be concurrent (over different nodes)
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 48439d9..728e10f 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -476,6 +476,7 @@ cassandraBranches.each {
  */
 job('Cassandra-devbranch-artifacts') {
     description(jobDescription)
+    concurrentBuild()
     jdk(jdkLabel)
     label(slaveLabel)
     compressBuildLog()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org