Zaktualizuj 'Jenkinsfile_evaluation'
This commit is contained in:
parent
34e3442552
commit
57fa5cd67a
@ -49,19 +49,5 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
|
||||||
success {
|
|
||||||
emailext body: "SUCCESS, ACC = ${ACC}", subject: 's478815-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
|
||||||
}
|
|
||||||
failure {
|
|
||||||
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'
|
|
||||||
}
|
|
||||||
changed {
|
|
||||||
emailext body: 'CHANGED', ACC = ${ACC}", subject: 's478815-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user