Fix job build
All checks were successful
s430705-training/pipeline/head This commit looks good

This commit is contained in:
s430705 2021-05-13 09:54:00 +02:00
parent 4466863e89
commit 2c7c0583eb

View File

@ -29,18 +29,18 @@ pipeline {
post { post {
success { success {
emailtext body: 'SUCCESS', mail body: 'SUCCESS',
subject: 's430705', subject: 's430705',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
unstable { unstable {
emailtext body: 'UNSTABLE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' mail body: 'UNSTABLE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
failure { failure {
emailtext body: 'FAILURE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' mail body: 'FAILURE', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
changed { changed {
emailtext body: 'CHANGED', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' mail body: 'CHANGED', subject: 's430705', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
} }
} }