Update 'lab6/Jenkinsfile'
This commit is contained in:
parent
504387a823
commit
b0e1ecd6a8
8
lab6/Jenkinsfile
vendored
8
lab6/Jenkinsfile
vendored
@ -23,16 +23,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
emailext body: 'SUCCESS', subject: 'Build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
emailext body: 'SUCCESS', subject: 's449288-training build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
emailext body: 'FAILURE', subject: 'Build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
emailext body: 'FAILURE', subject: 's449288-training build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
emailext body: 'UNSTABLE', subject: 'Build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
emailext body: 'UNSTABLE', subject: 's449288-training build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
changed {
|
changed {
|
||||||
emailext body: 'CHANGED', subject: 'Build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
emailext body: 'CHANGED', subject: 's449288-training build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user