feat: 优化 Jenkinsfile,移除不必要的 Clone 阶段并修正部署命令格式
This commit is contained in:
@ -2,12 +2,6 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user