修改 jenkins 账户/密码 凭证

This commit is contained in:
zk
2026-05-26 11:52:02 +08:00
parent 529bca0acb
commit b558863207
Vendored
+2 -2
View File
@@ -29,8 +29,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_python_ai.git' url: 'http://git.jianshixingqiu.com/offerpai/offerpai_python_ai.git'
} }
} }