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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to