Bulat Yusupov hace 5 años
padre
commit
b7d88ff1c0
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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'; }