Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 02:24:52 -04:00 committed by GitHub
parent 19d688d9c9
commit 2e9dcb3ba3
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 'JENKINS_NODE_COOKIE=dontKillMe nohup java -jar /shared/target/*.jar &'
}
}