feat: 优化 Jenkinsfile,移除不必要的 Clone 阶段并修正部署命令格式

This commit is contained in:
2025-10-19 22:53:01 +08:00
parent 151384da99
commit bb59bbb7cf

View File

@ -2,12 +2,6 @@ pipeline {
agent any
stages {
stage('Clone') {
steps {
checkout scm
}
}
stage('Deploy') {
steps {
script {