@@ -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')]) {