From db79b9d41b0c4913cff39469a33cfcb3c9c42c34 Mon Sep 17 00:00:00 2001 From: orgin Date: Thu, 11 May 2023 17:16:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0bef7b35..a7e45338 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { } stage('Start'){ steps { - sh 'nohup java -jar /var/lib/jenkins/workspace/alysisSystemForRadionuclide_main/jeecg-module-system/jeecg-system-start/target/jeecg-system-start-3.5.1.jar >/var/lib/jenkins/workspace/log 2>&1 &' + sh '/var/lib/jenkins/workspace/start.sh' } } // stage('Deploy') {