From 966df15c7a4d627c657f026d910e7c2f9c4886c9 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 27 Jul 2022 23:21:01 -0500 Subject: [PATCH] Mm so true --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6416020..53e9b4c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('publish') { when { - branch "1.19" + branch "1.19.1" } steps { withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {