From 099a39ea9f7f40b21e6f32647a626a9384b3956a Mon Sep 17 00:00:00 2001 From: Matvey Date: Tue, 3 Aug 2021 14:13:29 -0700 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f768922..85f40b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { branches: [[name: '*/master' ]], extensions: scm.extensions, userRemoteConfigs: [[ - url: 'https://code.bizgaze.com/unibase/tenants.git', + url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'bizgaze_ssh_key' ]] ])