diff --git a/Jenkinsfile b/Jenkinsfile index 1826bb7..55d7f76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,9 +25,9 @@ pipeline { } failure { jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Failed', notifySuspects: true, targets: "${CHAT}" - mail to: "${MAIL}" - // subject: "Build Failed: ${currentBuild.fullDisplayName}", - // body: "Something is wrong with ${env.BUILD_URL}" + mail to: "${MAIL}", + subject: "Build Failed: ${currentBuild.fullDisplayName}", + body: "Something is wrong with ${env.BUILD_URL}" } } }