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

此提交包含在:
2021-08-03 15:58:15 -07:00
父節點 43ed9712cd
當前提交 9babbeeca8
已供應
+1 -1
查看文件
@@ -15,7 +15,7 @@ pipeline {
extensions: scm.extensions,
userRemoteConfigs: [[
url: 'git@code.bizgaze.com:unibase/tenants.git',
credentialsId: 'jenkins_ssh'
credentialsId: 'jenkins_ssh_key'
]]
])
}