diff --git a/Jenkinsfile b/Jenkinsfile index d1081b0d1..f1c8be56e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,10 @@ pipeline { stage ('Deploy') { when { - branch "master" - branch "feature/cumulus-1.1" // allow Floodgate to build + anyOf { + branch "master" + branch "feature/cumulus-1.1" // allow Floodgate to build + } } steps {