Revert "fix:Jenkinsfile更新"

This reverts commit 6c67efacd9.
This commit is contained in:
orgin 2023-05-12 09:37:19 +08:00
parent 6c67efacd9
commit 46b0676415

4
Jenkinsfile vendored
View File

@ -27,9 +27,9 @@ pipeline {
// //
// sh 'nohup java -jar jeecg-system-start-3.5.1.jar &' // 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' sh 'sh /var/lib/jenkins/workspace/start.sh'
} // }
} }
} }
// stage('Deploy') { // stage('Deploy') {