diff --git a/Jenkinsfile b/Jenkinsfile index 5411b01..f768922 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,16 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git' + /*git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'*/ + + checkout([$class: 'GitSCM', + branches: [[name: '*/master' ]], + extensions: scm.extensions, + userRemoteConfigs: [[ + url: 'https://code.bizgaze.com/unibase/tenants.git', + credentialsId: 'bizgaze_ssh_key' + ]] + ]) } dir('unibase/platform.analytics') { git url: 'https://code.bizgaze.com/unibase/analytics.git'