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

This commit is contained in:
2021-08-03 16:09:16 -07:00
parent e11654b7e7
commit feefc55ac9
Vendored
+9 -2
View File
@@ -8,9 +8,16 @@ pipeline {
stage('Restore packages') {
steps {
dir('unibase/platform.tenants') {
git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'
/*git credentialsId: 'bizgaze_ssh_key', url: 'git@code.bizgaze.com:unibase/tenants.git'*/
checkout([$class: 'GitSCM',
branches: [[name: '*/master' ]],
extensions: scm.extensions,
userRemoteConfigs: [[
url: 'git@code.bizgaze.com:unibase/tenants.git',
credentialsId: 'jenkins_ssh_key'
]]
])
}
dir('unibase/platform.analytics') {
git url: 'https://code.bizgaze.com/unibase/analytics.git'