Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 20:29:38 -04:00 committed by GitHub
parent 262d75cc28
commit 5cebb4d700
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 'nohup java -jar target/*.jar > petclinic.log 2>&1 &'
sh 'cp target/*.jar .'
// sh 'nohup java -jar target/*.jar > petclinic.log 2>&1 &'
}
}