Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 20:35:27 -04:00 committed by GitHub
parent 5cebb4d700
commit b7f5b89b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

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