From b878c8daf1918b6ac8e11a344bfa0423bc34fcb3 Mon Sep 17 00:00:00 2001 From: Matvey Date: Tue, 3 Aug 2021 14:05:01 -0700 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3d62dea..5411b01 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - git url: 'https://code.bizgaze.com/unibase/tenants.git' + git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git' } dir('unibase/platform.analytics') { git url: 'https://code.bizgaze.com/unibase/analytics.git'