hotfix 6
This commit is contained in:
parent
aa46dae731
commit
8c14e73bbc
@ -30,19 +30,19 @@ pipeline {
|
||||
post {
|
||||
success {
|
||||
|
||||
build job: 's430705-evaluation/master'
|
||||
build job: 's434788-evaluation/master'
|
||||
mail body: 'SUCCESS',
|
||||
subject: 's430705',
|
||||
subject: 's434788',
|
||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
unstable {
|
||||
mail body: 'UNSTABLE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
mail body: 'UNSTABLE', subject: 's434788', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
failure {
|
||||
mail body: 'FAILURE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
mail body: 'FAILURE', subject: 's434788', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
changed {
|
||||
mail body: 'CHANGED', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
mail body: 'CHANGED', subject: 's434788', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user