diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:39:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:39:23 +0100 |
commit | 2a9208fb0c77b96f3ad608558652198b34aaa73b (patch) | |
tree | 1e4c1e84593f88ddf2f8b4196ddc6d5dae5e52e5 /bin | |
parent | a4277eb0673fc6b11319dd2b3d09132b3e0a4b76 (diff) | |
download | jenkins.debian.net-2a9208fb0c77b96f3ad608558652198b34aaa73b.tar.xz |
YOLO: shorten msg: s#^Jenkins build became#Became#
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-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 90842f57..cc66210d 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 became#Became#') " MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') " MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') " MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " |