mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +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
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh "mvn clean package"
|
sh "mvn clean package"
|
||||||
}
|
|
||||||
input 'Sally forth?'
|
input 'Sally forth?'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue