mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
input
This commit is contained in:
parent
4f8d49bbf2
commit
9cceb475ea
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,6 +12,8 @@ pipeline {
|
|||
stage('Package') {
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
input 'Ready to go?'
|
||||
archiveArtifacts 'target/*.jar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue