You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/04/05 18:04:13 UTC

[logging-log4j2] branch master updated: Add missing }

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 <bo...@gmail.com>
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: 'notifications@logging.apache.org',
                 from: 'Mr. Jenkins <je...@builds.apache.org>',
                 subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} back to normal",