From 1880fba206ad0d9f6c3e507e6ad4691095a0ceb9 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 10 Jul 2019 18:22:49 +0100 Subject: [PATCH] FIX: Sent Slack notification when Jenkins job is back to normal. Change-Id: I3d38eb39179e87cab694d56b1fcb273385002bec --- jjb/global/jjb-macros.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/global/jjb-macros.yaml b/jjb/global/jjb-macros.yaml index 397c5174..534e61c8 100644 --- a/jjb/global/jjb-macros.yaml +++ b/jjb/global/jjb-macros.yaml @@ -372,8 +372,8 @@ publishers: - slack: room: '{slack-channel}' - notify-failure: True - notify-backtonormal: True + notify-failure: true + notify-back-to-normal: true # property to discard old builds - property: -- 2.25.1