Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-08-05 20:56:34 -05:00
parent fa4a8298ed
commit afe71a6ba3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
stage('publish') {
when {
branch "1.19.1"
branch "1.19.2"
}
steps {
withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {