Этот коммит содержится в:
поставляемый
+9
-2
@@ -8,9 +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: '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') {
|
dir('unibase/platform.analytics') {
|
||||||
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user