修改 jenkins 代码仓库地址账号

This commit is contained in:
zk
2026-05-26 11:19:14 +08:00
parent 7890b96df5
commit c22f9b3b0d
+2 -2
View File
@@ -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'
}
}