Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 02:22:45 -04:00 committed by GitHub
parent 48906e3cde
commit 19d688d9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
stage('run') {
steps {
sh 'cp -r target/ /shared/target'
sh 'nohup java -jar /shared/target/*.jar &
sh 'nohup java -jar /shared/target/*.jar &'
}
}