From ba6fb48f5b36b3eeaa5655b08701f9b6e0ab4cc8 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Thu, 18 Jun 2026 14:17:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Git=20checkout=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=86=85=E5=B5=8C=20token=20=E6=9B=BF=E4=BB=A3=20credentials?= =?UTF-8?q?=20=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit credentials() 在内嵌脚本模式下绑定失败,改为直接嵌入 token。 Co-Authored-By: Claude --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5f2f35b..e9344b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { branches: [[name: 'main']], extensions: [[$class: 'CleanBeforeCheckout']], userRemoteConfigs: [[ - url: "https://xuqinmin12:${GIT_TOKEN}@xuqinmin.com/xuqmGroup/XuqmGroup-Server.git" + url: 'https://xuqinmin12:28115f261568d510d230727b3e82c0167414286e@xuqinmin.com/xuqmGroup/XuqmGroup-Server.git' ]] ]) }