summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
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 2f75d88e..60c11a44 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -120,6 +120,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
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#^Jenkins build is unstable#Unstable#') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') "
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') "