From 2573b47de963acd761ef3845c4dcd847276d2d5e Mon Sep 17 00:00:00 2001 From: Tim203 Date: Wed, 26 Jan 2022 12:20:29 +0100 Subject: [PATCH] Actually deploy --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {