Skip to content
Snippets Groups Projects
Commit c5a4f5f8 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix using the emailext plugin incorrectly

parent 9f19be96
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,8 @@ def call(ArrayList<String> dependencyList, String gitUrl='',
} // end stages
post {
failure {
emailext body: '$DEFAULT_CONTENT', recipientProviders: [env.RECIPIENT_LIST, brokenTestsSuspects(), brokenBuildSuspects(), developers()], subject: '[Jenkins] $DEFAULT_SUBJECT'
emailext body: '$DEFAULT_CONTENT', recipientProviders: [brokenTestsSuspects(), brokenBuildSuspects(), developers()], subject: '[Jenkins] $DEFAULT_SUBJECT', to: env.RECIPIENT_LIST
mattermostSend
}
always {
node('Docker') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment