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
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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