fix
Bizgaze/solution/pipeline/head There was a failure building this commit

This commit is contained in:
2021-08-03 16:07:07 -07:00
parent 68967ec939
commit e11654b7e7
Vendored
+2 -2
View File
@@ -8,9 +8,9 @@ pipeline {
stage('Restore packages') { stage('Restore packages') {
steps { steps {
dir('unibase/platform.tenants') { 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') { dir('unibase/platform.analytics') {
git url: 'https://code.bizgaze.com/unibase/analytics.git' git url: 'https://code.bizgaze.com/unibase/analytics.git'