Deploy Floodgate 2.0 builds

This commit is contained in:
Tim203 2021-03-23 02:02:20 +01:00
parent 644ece124f
commit 2caf811750
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8

5
Jenkinsfile vendored
View file

@ -22,7 +22,10 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
when { when {
branch "master" anyOf {
branch "master"
branch "floodgate-2.0"
}
} }
steps { steps {