This commit is contained in:
seshi7 2020-06-02 11:43:45 +00:00
parent 4f8d49bbf2
commit 9cceb475ea

2
Jenkinsfile vendored
View file

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