From a3740688ab5564368dbafdd5d58e7a8bcdcd7346 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 26 May 2026 11:54:37 +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 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1f5f640..c434b8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,8 +34,8 @@ pipeline { steps { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", - credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a', - url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_web.git' + credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', + url: 'http://git.jianshixingqiu.com/offerpai/offerpai_web.git' } }