diff --git a/Jenkinsfile b/Jenkinsfile index edc14a2..82e3e50 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,9 +8,9 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - git credentialsId: 'jenkins_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git' + git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git' + - } dir('unibase/platform.analytics') { git url: 'https://code.bizgaze.com/unibase/analytics.git'