mailing fixes

This commit is contained in:
jakubknczny 2021-05-16 16:27:49 +02:00
parent 0de87a8a6f
commit aeaf3178a0
3 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ pipeline {
} }
post { post {
success { success {
build job: 's434684-training/master' build job: 's470607-training/master'
} }
} }
} }

View File

@ -63,12 +63,12 @@ pipeline {
post { post {
success { success {
mail body: 'SUCCESS', mail body: 'SUCCESS',
subject: 's434684-evaluation', subject: 's470607-evaluation',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
failure { failure {
mail body: 'FAILURE', mail body: 'FAILURE',
subject: 's434684-evaluation', subject: 's470607-evaluation',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
} }

View File

@ -53,14 +53,14 @@ pipeline {
} }
post { post {
success { success {
build job: 's434684-evaluation/master' build job: 's470607-evaluation/master'
mail body: 'SUCCESS', mail body: 'SUCCESS',
subject: 's434684-training', subject: 's470607-training',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
failure { failure {
mail body: 'FAILURE', mail body: 'FAILURE',
subject: 's434684-training', subject: 's470607-training',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
} }