diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:40:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:40:48 +0100 |
commit | 993eae05c79ef9fc2d0fabd7f7aa49953701f3ae (patch) | |
tree | c7dffe44c93aa3148be5c2e1c72182bac9c4bcc3 | |
parent | 2a9208fb0c77b96f3ad608558652198b34aaa73b (diff) | |
download | jenkins.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>
-rwxr-xr-x | bin/email2irc.sh | 1 |
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 # #') " |