修改 jenkins 代码仓库地址账号
This commit is contained in:
Vendored
+2
-2
@@ -34,8 +34,8 @@ pipeline {
|
||||
steps {
|
||||
echo "拉取 ${params.BRANCH} 分支代码"
|
||||
git branch: "${params.BRANCH}",
|
||||
credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a',
|
||||
url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_web.git'
|
||||
credentialsId: 'gitea-fab089c1-b55d-4b58-9fad',
|
||||
url: 'http://git.jianshixingqiu.com/offerpai/offerpai_web.git'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user