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

This commit is contained in:
2021-08-03 16:37:46 -07:00
parent d11772b0fc
commit 241fab4869
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
stage('Restore packages') { stage('Restore packages') {
steps { steps {
dir('unibase/platform.tenants') { 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'
} }