DBZ-2650 Fixed job name in strimzi prepare job's result remail

This commit is contained in:
jcechace 2020-11-04 16:56:15 +01:00 committed by Jiri Pechanec
parent c76318c589
commit 8ef863458a

View File

@ -79,7 +79,7 @@ pipeline {
post {
always {
mail to: 'jcechace@redhat.com', subject: "Debezium OpenShift test run #${BUILD_NUMBER} finished", body: """
OpenShift interoperability test run ${BUILD_URL} finished with result: ${currentBuild.result}
${currentBuild.projectName} run ${BUILD_URL} finished with result: ${currentBuild.result}
"""
}
success {