Ver código fonte

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

Владимир Томишинец 5 anos atrás
pai
commit
0cda2b7133
1 arquivos alterados com 1 adições e 1 exclusões
  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')]) {