add multi job to POST in jenkinsfile
All checks were successful
s440058-evaluation/pipeline/head This commit looks good
s440058-training/pipeline/head This commit looks good

This commit is contained in:
piotr6789 2021-05-24 15:33:50 +02:00
parent 4a68d8dbf4
commit cb21c20e0c

View File

@ -42,6 +42,7 @@ pipeline {
}
post {
success {
build job: 's440058-evaluation/master'
mail body: 'SUCCESS TRAINING', subject: 's440058', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}