Update Jenkinsfile

This commit is contained in:
seshi7 2020-06-02 18:02:16 +05:30 committed by GitHub
parent 9cceb475ea
commit 0fac5728fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stage('Package') {
steps {
sh 'mvn package'
input 'Ready to go?'
input 'continue to next step ?'
archiveArtifacts 'target/*.jar'
}
}