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

This commit is contained in:
2021-08-03 16:23:18 -07:00
parent feefc55ac9
commit 1027759575
Vendored
+1 -1
View File
@@ -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'
]]
])