From e11654b7e751b9f43eaad7998f35cada9ddfded3 Mon Sep 17 00:00:00 2001 From: Matvey Date: Tue, 3 Aug 2021 16:07:07 -0700 Subject: [PATCH] fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'