mailing fixes
This commit is contained in:
parent
0de87a8a6f
commit
aeaf3178a0
2
lab5/create/Jenkinsfile
vendored
2
lab5/create/Jenkinsfile
vendored
@ -39,7 +39,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
build job: 's434684-training/master'
|
build job: 's470607-training/master'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
lab5/eval/Jenkinsfile
vendored
4
lab5/eval/Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
lab5/train/Jenkinsfile
vendored
6
lab5/train/Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user