mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Moved input step to the right place..
This commit is contained in:
parent
66c9b32646
commit
4ee9ced1a9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,8 +13,8 @@ pipeline {
|
|||
agent any
|
||||
steps {
|
||||
sh "mvn clean package"
|
||||
input 'Sally forth?'
|
||||
}
|
||||
input 'Sally forth?'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue