mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 08:56:54 +00:00
Mm so true
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('publish') {
|
stage('publish') {
|
||||||
when {
|
when {
|
||||||
branch "1.19"
|
branch "1.19.1"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user