diff --git a/jenkins/Jenkinsfile.production-notify-email b/jenkins/Jenkinsfile.production-notify-email index 38936efe..61f5a969 100644 --- a/jenkins/Jenkinsfile.production-notify-email +++ b/jenkins/Jenkinsfile.production-notify-email @@ -1,7 +1,5 @@ pipeline { - agent { - label 'linux && genarrative-build' - } + agent none options { disableConcurrentBuilds()