From b5588632073adc602f93a39ce82a4ef56ae198b6 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 26 May 2026 11:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20jenkins=20=E8=B4=A6?= =?UTF-8?q?=E6=88=B7/=E5=AF=86=E7=A0=81=20=E5=87=AD=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c61008a..a1ab7ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,8 +29,8 @@ pipeline { steps { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", - credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a', - url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_python_ai.git' + credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', + url: 'http://git.jianshixingqiu.com/offerpai/offerpai_python_ai.git' } }