diff --git a/Jenkinsfile b/Jenkinsfile index 747ab31..7eb6345 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('Checkout') { steps { echo "📦 正在拉取代码..." - git branch: 'main', url: 'http://115.190.8.52:3000/sczx_group/sczx_web.git' + git branch: 'master', url: 'http://115.190.8.52:3000/sczx_group/sczx_web.git' } }