From d11772b0fcbc7891f085ecb69d407d6ab15ef83e Mon Sep 17 00:00:00 2001 From: Matvey Date: Tue, 3 Aug 2021 16:37:14 -0700 Subject: [PATCH] fix --- Jenkinsfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee62bd4..6433069 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,16 +8,9 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - /*git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'*/ + git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'bizgaze_ssh_key' + - checkout([$class: 'GitSCM', - branches: [[name: '*/master' ]], - extensions: scm.extensions, - userRemoteConfigs: [[ - url: 'https://code.bizgaze.com/unibase/tenants.git', - credentialsId: 'jenkins_ssh_key' - ]] - ]) } dir('unibase/platform.analytics') { git url: 'https://code.bizgaze.com/unibase/analytics.git'