Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
ad40c7a0ec
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

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