From 627dad93afecea61c2f6ac306e8a4100e1f223b9 Mon Sep 17 00:00:00 2001 From: orgin Date: Thu, 11 May 2023 16:29:02 +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 488b7ee1..616f4132 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Stop') { steps { - sh './var/lib/jenkins/workspace/stop.sh' + sh 'sh /var/lib/jenkins/workspace/stop.sh' } } stage('Build') { @@ -13,7 +13,7 @@ pipeline { } stage('Start'){ steps { - sh './var/lib/jenkins/workspace/start.sh' + sh 'sh /var/lib/jenkins/workspace/start.sh' } } // stage('Deploy') {