diff --git a/Jenkinsfile b/Jenkinsfile index 0b63ae1..5366139 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -268,5 +268,5 @@ def send_mail() { //def body_text = "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.currentResult}:
Check console output at ${BUILD_URL} to view the results." add2mail("Check console output at ${BUILD_URL} to view the results.") - emailext body: mail_body, subject: mail_subject, to: 'psychowoife@gmail.com' + emailext body: mail_body, subject: "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.currentResult}!", to: 'psychowoife@gmail.com' }