Bulat Yusupov 5 anni fa
parent
commit
b7d88ff1c0
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

@@ -53,11 +53,6 @@ spec:
         }
     }
     stages {
-        stage('test') {
-            steps {
-                sh 'echo test'
-            }
-        }
         stage('Checkout release branch') {
             when {
                 expression { return env.GIT_BRANCH == 'origin/master'; }