更新 Jenkinsfile

This commit is contained in:
2025-07-17 02:29:56 +00:00
parent 359188e9bf
commit 45a3b9e576

2
Jenkinsfile vendored
View File

@ -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"'
}
}
}