From f303b86744560b341b7b24acde795dc40f0b4399 Mon Sep 17 00:00:00 2001 From: orgin Date: Fri, 12 May 2023 09:14:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:Jenkinsfile=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 75ced03a..3b0929c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,8 +26,8 @@ pipeline { // chmod 755 jeecg-system-start-3.5.1.jar // // sh 'nohup java -jar jeecg-system-start-3.5.1.jar &' - export BUILD_ID=dontKillMe - sh 'sh /var/lib/jenkins/workspace/start.sh' + + sh 'BUILD_ID=dontKillMe /var/lib/jenkins/workspace/start.sh' } } // stage('Deploy') {