fix bracket 3
This commit is contained in:
parent
e8c3530e14
commit
7282b62d83
@ -9,7 +9,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('checkout: Check out from version control'){
|
stage('checkout: Check out from version control'){
|
||||||
steps{
|
steps{
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '87e24204-a0e1-4840-b235-2b993c922d83', url: 'https://git.wmi.amu.edu.pl/s434804/ium_434804.git']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg:
|
||||||
|
[], userRemoteConfigs: [[credentialsId: '87e24204-a0e1-4840-b235-2b993c922d83', url: 'https://git.wmi.amu.edu.pl/s434804/ium_434804.git']]])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('install dependencies') {
|
stage('install dependencies') {
|
||||||
@ -32,13 +33,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
stage('sendMail') {
|
emailext body: currentBuild.result ?: 'DVC SUCCESS',
|
||||||
steps{
|
subject: 's434804',
|
||||||
emailext body: currentBuild.result ?: 'DVC SUCCESS',
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
subject: 's434804',
|
|
||||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user