fix mail subject

This commit is contained in:
psycho 2021-02-09 11:46:17 +01:00
parent c03c3819be
commit 7323cc7e14

2
Jenkinsfile vendored
View File

@ -268,5 +268,5 @@ def send_mail()
{
//def body_text = "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.currentResult}:<br>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: "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.currentResult}!", to: 'psychowoife@gmail.com'
emailext body: mail_body, subject: "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.result}!", to: 'psychowoife@gmail.com'
}