This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 389b459  Add missing }
389b459 is described below

commit 389b459e748f0107ad80cd42f6f3ceea50b4c165
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Apr 5 13:03:51 2020 -0500

    Add missing }
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1865de9..6cd5df0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,7 +80,7 @@ pipeline {
         fixed {
             slackSend channel: 'logging',
                 color: 'good',
-                message: ":excellent: <${env.JOB_URL|${env.JOB_NAME}> was 
fixed in <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>."
+                message: ":excellent: <${env.JOB_URL}|${env.JOB_NAME}> was 
fixed in <${env.BUILD_URL}|build #${env.BUILD_NUMBER}>."
             mail to: '[email protected]',
                 from: 'Mr. Jenkins <[email protected]>',
                 subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} back 
to normal",

Reply via email to