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

Этот коммит содержится в:
2021-08-03 14:13:29 -07:00
родитель d08a269888
Коммит 099a39ea9f
поставляемый
+1 -1
Просмотреть файл
@@ -14,7 +14,7 @@ pipeline {
branches: [[name: '*/master' ]], branches: [[name: '*/master' ]],
extensions: scm.extensions, extensions: scm.extensions,
userRemoteConfigs: [[ userRemoteConfigs: [[
url: 'https://code.bizgaze.com/unibase/tenants.git', url: 'git@code.bizgaze.com:unibase/tenants.git',
credentialsId: 'bizgaze_ssh_key' credentialsId: 'bizgaze_ssh_key'
]] ]]
]) ])