fiux
Bizgaze/solution/pipeline/head There was a failure building this commit

这个提交包含在:
2021-08-03 16:23:18 -07:00
父节点 feefc55ac9
当前提交 1027759575
第三方依赖
+1 -1
查看文件
@@ -14,7 +14,7 @@ pipeline {
branches: [[name: '*/master' ]],
extensions: scm.extensions,
userRemoteConfigs: [[
url: 'git@code.bizgaze.com:unibase/tenants.git',
url: 'https://code.bizgaze.com/unibase/tenants.git',
credentialsId: 'jenkins_ssh_key'
]]
])