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/01/21 18:37:30 UTC

[cassandra-builds] branch master updated: Remove timeout and concurrent throttle from Jenkins pipeline builds. (Not supported in older Jenkins)

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 5928b1f  Remove timeout and concurrent throttle from Jenkins pipeline builds. (Not supported in older Jenkins)
5928b1f is described below

commit 5928b1f22a2645991db927756fd7ec33d2d0c035
Author: mck <mc...@apache.org>
AuthorDate: Tue Jan 21 19:36:19 2020 +0100

    Remove timeout and concurrent throttle from Jenkins pipeline builds. (Not supported in older Jenkins)
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 28c4eb4..4078302 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -424,14 +424,6 @@ cassandraBranches.each {
             numToKeep(50)
             artifactNumToKeep(1)
         }
-        wrappers {
-            timeout {
-                noActivity(1200)
-            }
-        }
-        throttleConcurrentBuilds {
-            categories(['Cassandra'])
-        }
         definition {
             cpsScm {
                 scm {


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