From 45a3b9e576929db307ee6e4943b031dbd2c0b34d Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Thu, 17 Jul 2025 02:29:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= 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 4fa934c..fa578a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Pre') { steps { sshagent([env.SSH_CREDENTIALS_ID]) { - sh 'ssh alex@117.72.202.202 "bash /home/alex/alex-api/bin/pre-steps.sh"' + sh 'ssh alex@117.72.202.202 "bash ../bin/pre-steps.sh"' } } }