소스 검색

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

Владимир Томишинец 5 년 전
부모
커밋
0cda2b7133
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')]) {