Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 19:10:05 -04:00 committed by GitHub
parent 0079eabeee
commit 262d75cc28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
stage('run') {
steps {
sh 'java -jar target/*.jar'
sh 'nohup java -jar target/*.jar > petclinic.log 2>&1 &'
}
}