mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
test
This commit is contained in:
parent
23dc216010
commit
6569f3aa45
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage("Deploy to local jenkins server"){
|
||||
stage("Deploy"){
|
||||
steps {
|
||||
sh 'mv target/*.jar /tmp'
|
||||
sh 'nohup java -jar target/*.jar &'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue