Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 20:52:07 -04:00 committed by GitHub
parent 9ee9407c41
commit 537d19b741
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/spring-petclinic-3.0.0-SNAPSHOT.jar bin/spring-petclinic-3.0.0-SNAPSHOT.jar
sh 'cp -r target/spring-petclinic-3.0.0-SNAPSHOT.jar bin/spring-petclinic-3.0.0-SNAPSHOT.jar'
// sh 'java -jar bin/target_jar/*.jar'
// sh 'nohup java -jar target/*.jar > petclinic.log 2>&1 &'
}