设置仓库地址

This commit is contained in:
zk
2026-07-30 15:51:40 +08:00
parent d99a7557a5
commit 2ce0ce7f4a
Vendored
+1 -1
View File
@@ -40,7 +40,7 @@ pipeline {
echo "拉取 ${params.BRANCH} 分支代码" echo "拉取 ${params.BRANCH} 分支代码"
git branch: "${params.BRANCH}", git branch: "${params.BRANCH}",
credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', credentialsId: 'gitea-fab089c1-b55d-4b58-9fad',
url: 'http://git.jianshixingqiu.com/offerpai/offerpie_spider.git' url: 'https://git.jianshixingqiu.com/offerpai/campus_spider.git'
} }
} }