This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new cd6c36e Drops html tag from a message cd6c36e is described below commit cd6c36ead9aeef4fa83fa8fdd5e00e8a261a524f Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Feb 23 12:55:36 2020 +0100 Drops html tag from a message --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 05e0d30..a6812c3 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 "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]</a>" + Check console output at ${env.BUILD_URL} """.stripMargin(), to: "d...@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 "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]</a>" + Check console output at ${env.BUILD_URL} """.stripMargin(), to: "d...@struts.apache.org", recipientProviders: [[$class: 'DevelopersRecipientProvider']]