diff --git a/cd/Jenkinsfile_cd_pipeline b/cd/Jenkinsfile_cd_pipeline index 885df7fa47a3..9aa5f8110d48 100644 --- a/cd/Jenkinsfile_cd_pipeline +++ b/cd/Jenkinsfile_cd_pipeline @@ -27,6 +27,12 @@ pipeline { agent { label 'restricted-utility' } + options { + // Because each pass of the CD pipeline + // updates Jenkins' state of the release job + // to avoid crazy issues, we don't allow concurrent builds. + disableConcurrentBuilds() + } parameters { // Release parameters