fix:Jenkinsfile更新

This commit is contained in:
orgin 2023-05-12 09:36:44 +08:00
parent 832d04fefd
commit 6c67efacd9

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') {