This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ pipeline {
|
|||||||
stage('Restore packages') {
|
stage('Restore packages') {
|
||||||
steps {
|
steps {
|
||||||
dir('unibase/platform.tenants') {
|
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') {
|
dir('unibase/platform.analytics') {
|
||||||
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
||||||
|
|||||||
Reference in New Issue
Block a user