Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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