fix:Jenkinsfile更新

This commit is contained in:
orgin 2023-05-12 09:34:46 +08:00
parent 435f6c0e31
commit 832d04fefd

4
Jenkinsfile vendored
View File

@ -27,9 +27,9 @@ pipeline {
//
// sh 'nohup java -jar jeecg-system-start-3.5.1.jar &'
withEnv(['JENKINS_NODE_COOKIE=dontkillme']) {
// withEnv(['JENKINS_NODE_COOKIE=dontkillme']) {
sh 'sh /var/lib/jenkins/workspace/start.sh'
}
// }
}
}
// stage('Deploy') {