Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Kornelia Girejko 2022-05-06 23:07:37 +02:00
parent 2ebdf1ebac
commit 47b0dd2c9e

View File

@ -56,10 +56,10 @@ pipeline {
emailext body: "FAILURE, ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
unstable {
emailext body: 'UNSTABLE', ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
emailext body: "UNSTABLE, ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
changed {
emailext body: 'CHANGED', ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
emailext body: "CHANGED, ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
}