Этот коммит содержится в:
поставляемый
+4
-11
@@ -8,16 +8,9 @@ pipeline {
|
||||
stage('Restore packages') {
|
||||
steps {
|
||||
dir('unibase/platform.tenants') {
|
||||
/*git credentialsId: 'bizgaze_ssh_key', url: 'https://code.bizgaze.com/unibase/tenants.git'*/
|
||||
git credentialsId: 'jenkins_ssh_key', url: 'https://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'
|
||||
@@ -206,12 +199,12 @@ pipeline {
|
||||
emailext body: "${currentBuild.currentResult}: Job ${env.JOB_NAME} build ${env.BUILD_NUMBER}\n More info at: ${env.BUILD_URL}",
|
||||
recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']],
|
||||
subject: "Jenkins Build ${currentBuild.currentResult}: Job ${env.JOB_NAME}"
|
||||
}
|
||||
}/*
|
||||
always {
|
||||
deleteDir()
|
||||
}
|
||||
cleanup {
|
||||
cleanWs()
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user