diff --git a/Jenkinsfile b/Jenkinsfile index 6433069..3f6ede1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'bizgaze_ssh_key' + git url: 'git@code.bizgaze.com:unibase/tenants.git', credentialsId: 'jenkins_ssh_key' }