summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-24 01:40:48 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 01:40:48 +0100
commit993eae05c79ef9fc2d0fabd7f7aa49953701f3ae (patch)
treec7dffe44c93aa3148be5c2e1c72182bac9c4bcc3 /bin/email2irc.sh
parent2a9208fb0c77b96f3ad608558652198b34aaa73b (diff)
downloadjenkins.debian.net-993eae05c79ef9fc2d0fabd7f7aa49953701f3ae.tar.xz
YOLO: shorten msg: s#^Jenkins build is back to stable#Fixed #
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/email2irc.sh')
-rwxr-xr-xbin/email2irc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index cc66210d..2f75d88e 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -118,6 +118,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
MESSAGE="$(echo $MESSAGE | sed -s 's#^Failure#Failed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Build failed in Jenkins#Failed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is back to normal#Fixed #') "
+ MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is back to stable#Fixed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build became#Became#') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') "
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "