reverse adding 'master' build for deploy

This commit is contained in:
TSC21
2020-01-10 14:03:18 +00:00
committed by Nuno Marques
parent f1cb3f2eac
commit f0651663bb

2
Jenkinsfile vendored
View File

@@ -714,7 +714,7 @@ pipeline {
} }
when { when {
anyOf { anyOf {
branch 'master' //branch 'master'
branch 'pr-jenkins' // for testing branch 'pr-jenkins' // for testing
} }
} }