Parcourir la source

косметические изменения

Владимир Томишинец il y a 5 ans
Parent
commit
0cda2b7133
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      updateVersionJenkinsfile

+ 1 - 1
updateVersionJenkinsfile

@@ -33,7 +33,7 @@ pipeline {
     )
   }
   stages {
-    stage("Check Stable Version") {
+    stage("Git Pull. Define Version to Update") {
       steps {
         script {
           withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {