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

commit ab09a2d4889244d76332167b2f4d9ca5e8d4fae6
Author: mck <[email protected]>
AuthorDate: Tue Jan 21 19:42:36 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 4078302..c3b4d86 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -649,14 +649,6 @@ pipelineJob('Cassandra-devbranch') {
         numToKeep(50)
         artifactNumToKeep(1)
     }
-    wrappers {
-        timeout {
-            noActivity(1200)
-        }
-    }
-    throttleConcurrentBuilds {
-        categories(['Cassandra'])
-    }
     parameters {
         stringParam('REPO', 'apache', 'The github user/org to clone cassandra 
repo from')
         stringParam('BRANCH', 'trunk', 'The branch of cassandra to checkout')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to