From cd6c36ead9aeef4fa83fa8fdd5e00e8a261a524f Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 23 Feb 2020 12:55:36 +0100 Subject: [PATCH] Drops html tag from a message --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 05e0d30c7..a6812c3e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -174,7 +174,7 @@ pipeline { body: """ BUILD-FAILURE: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]': - Check console output at "${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]" + Check console output at ${env.BUILD_URL} """.stripMargin(), to: "dev@struts.apache.org", recipientProviders: [[$class: 'DevelopersRecipientProvider']] @@ -190,7 +190,7 @@ pipeline { body: """ BUILD-UNSTABLE: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]': - Check console output at "${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]" + Check console output at ${env.BUILD_URL} """.stripMargin(), to: "dev@struts.apache.org", recipientProviders: [[$class: 'DevelopersRecipientProvider']]