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

This commit is contained in:
2021-08-03 14:11:07 -07:00
rodzic b878c8daf1
commit d08a269888
Vendored
+10 -1
Wyświetl plik
@@ -8,7 +8,16 @@ pipeline {
stage('Restore packages') { stage('Restore packages') {
steps { steps {
dir('unibase/platform.tenants') { dir('unibase/platform.tenants') {
git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git' /*git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'*/
checkout([$class: 'GitSCM',
branches: [[name: '*/master' ]],
extensions: scm.extensions,
userRemoteConfigs: [[
url: 'https://code.bizgaze.com/unibase/tenants.git',
credentialsId: 'bizgaze_ssh_key'
]]
])
} }
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'