From 2ce0ce7f4afe359a0bb3bdbfd88e0df38dfc2874 Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 30 Jul 2026 15:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BB=93=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9e48267..9a93305 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', - url: 'http://git.jianshixingqiu.com/offerpai/offerpie_spider.git' + url: 'https://git.jianshixingqiu.com/offerpai/campus_spider.git' } }