Ver Fonte

test commit

Bulat Yusupov há 5 anos atrás
pai
commit
b7d88ff1c0
1 ficheiros alterados com 0 adições e 5 exclusões
  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'; }