Ver código fonte

adjusted jenkinsfile

xiaoct 7 anos atrás
pai
commit
ad40c7a0ec
1 arquivos alterados com 0 adições e 5 exclusões
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

@@ -7,11 +7,6 @@ pipeline {
         }
         }
     }
     }
     stages {
     stages {
-        stage('Confirm to Proceed') {
-            steps {
-                input message: 'Proceed? (Click "Proceed" to continue)'
-            }
-        }
         stage('Maven Test and Deploy') {
         stage('Maven Test and Deploy') {
             steps {
             steps {
                     sh "mvn clean package"
                     sh "mvn clean package"