From 46b0676415cc8d16789502119c04856fb59e6f31 Mon Sep 17 00:00:00 2001 From: orgin Date: Fri, 12 May 2023 09:37:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:Jenkinsfile=E6=9B=B4=E6=96=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6c67efacd9ffd724fd8ef421e0a1f1fda14f6278. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 068af15a..7f945253 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {