Compare commits

2 Commits
Author SHA1 Message Date
zk 12baa93e58 Merge remote-tracking branch 'origin/master' 2026-05-26 11:54:46 +08:00
zk a3740688ab 修改 jenkins 代码仓库地址账号 2026-05-26 11:54:37 +08:00
Vendored
+2 -2
View File
@@ -34,8 +34,8 @@ pipeline {
steps { steps {
echo "拉取 ${params.BRANCH} 分支代码" echo "拉取 ${params.BRANCH} 分支代码"
git branch: "${params.BRANCH}", git branch: "${params.BRANCH}",
credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a', credentialsId: 'gitea-fab089c1-b55d-4b58-9fad',
url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_web.git' url: 'http://git.jianshixingqiu.com/offerpai/offerpai_web.git'
} }
} }