From a37226a99729b4b97935e285a016a6b5ddd1faa0 Mon Sep 17 00:00:00 2001 From: orgin Date: Fri, 12 May 2023 09:10:52 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8e5c00ef..75ced03a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ 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' } }