fixed mail subject
This commit is contained in:
parent
a31979ec63
commit
bbf370cca5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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: mail_subject, to: 'psychowoife@gmail.com'
|
||||
emailext body: mail_body, subject: "${JOB_NAME} - Build # ${BUILD_NUMBER} - ${currentBuild.currentResult}!", to: 'psychowoife@gmail.com'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user