mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
test
This commit is contained in:
parent
6569f3aa45
commit
e6685c4dc8
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ pipeline {
|
||||||
stage("Deploy"){
|
stage("Deploy"){
|
||||||
steps {
|
steps {
|
||||||
sh 'nohup java -jar target/*.jar &'
|
sh 'nohup java -jar target/*.jar &'
|
||||||
|
sh 'disown'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue