From c22f9b3b0dfeb99637295cf658cc01ea391eed4f Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 26 May 2026 11:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=20jenkins=20=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-api/Jenkinsfile b/client-api/Jenkinsfile index 2399606..684eae5 100644 --- a/client-api/Jenkinsfile +++ b/client-api/Jenkinsfile @@ -31,8 +31,8 @@ pipeline { steps { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", - credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a', - url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_backend.git' + credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', + url: 'http://git.jianshixingqiu.com/offerpai/offerpai_backend.git' } }