@@ -14,7 +14,7 @@ pipeline {
branches: [[name: '*/master' ]],
extensions: scm.extensions,
userRemoteConfigs: [[
- url: 'https://code.bizgaze.com/unibase/tenants.git',
+ url: 'git@code.bizgaze.com:unibase/tenants.git',
credentialsId: 'bizgaze_ssh_key'
]]
])