|
|
|
|
8
|
stage('Restore packages') {
|
8
|
stage('Restore packages') {
|
9
|
steps {
|
9
|
steps {
|
10
|
dir('unibase/platform.tenants') {
|
10
|
dir('unibase/platform.tenants') {
|
11
|
- git url: 'https://code.bizgaze.com/unibase/tenants.git'
|
|
|
|
|
11
|
+ git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'
|
12
|
}
|
12
|
}
|
13
|
dir('unibase/platform.analytics') {
|
13
|
dir('unibase/platform.analytics') {
|
14
|
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
14
|
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|