Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 20:49:51 -04:00 committed by GitHub
parent 0945115b79
commit 2491cd1c17
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 'cp -r target/petclinic.jar bin/*.jar'
sh 'cp -r target/*.jar bin/*.jar'
sh 'java -jar bin/target_jar/*.jar'
// sh 'nohup java -jar target/*.jar > petclinic.log 2>&1 &'
}