diff --git a/Jenkinsfile b/Jenkinsfile index 5f68993..5f2f35b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,9 @@ pipeline { $class: 'GitSCM', branches: [[name: 'main']], extensions: [[$class: 'CleanBeforeCheckout']], - userRemoteConfigs: scm.userRemoteConfigs + userRemoteConfigs: [[ + url: "https://xuqinmin12:${GIT_TOKEN}@xuqinmin.com/xuqmGroup/XuqmGroup-Server.git" + ]] ]) } }