mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
Jenkins file notification email title improvement
This commit is contained in:
parent
94bc4de2ea
commit
21d1bfb5a0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -131,7 +131,7 @@ parallel linuxJava7:{
|
||||
}
|
||||
} finally {
|
||||
node('ubuntu') {
|
||||
emailext body: "See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'FailingTestSuspectsRecipientProvider'], [$class: 'FirstFailingBuildSuspectsRecipientProvider']], replyTo: 'dev@maven.apache.org', subject: "Maven Jenkinsfile finished with ${currentBuild.result}", to: 'notifications@maven.apache.org'
|
||||
emailext body: "See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'FailingTestSuspectsRecipientProvider'], [$class: 'FirstFailingBuildSuspectsRecipientProvider']], replyTo: 'dev@maven.apache.org', subject: "${env.JOB_NAME} - build ${env.BUILD_DISPLAY_NAME} - ${currentBuild.result}", to: 'notifications@maven.apache.org'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user