mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
test deploy
This commit is contained in:
parent
5ea3b9ec53
commit
7350e87ec8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
success {
|
||||
sh 'nohup java -jar target/*.jar >> server.log 2>&1&'
|
||||
sh 'nohup java -jar target/*.jar >> server.log 2>&1 &'
|
||||
archiveArtifacts 'target/*.jar'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue