remove throttling

This commit is contained in:
Stefano Franz 2020-05-13 16:39:55 +01:00
parent bd657fad65
commit 4edf618442

View File

@ -1,8 +1,6 @@
@Library('corda-shared-build-pipeline-steps')
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
pipeline {
agent { label 'k8s' }
options {