Attempt 4 - we don't have a master branch

This commit is contained in:
Camotoy 2021-01-08 13:32:10 -05:00
parent 029522c2fc
commit cd9dde9796
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
branch "java-1.16"
}
steps {