diff options
-rwxr-xr-x | bin/common-functions.sh | 2 | ||||
-rw-r--r-- | logparse/chroot-installation.rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 98db322f..14dd0661 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -25,7 +25,7 @@ abort_if_bug_is_still_open() { echo "########################################################################" echo echo - echo + echo "Warning: aborting the job because of bug because #$1" echo exec /srv/jenkins/bin/abort.sh exit 0 diff --git a/logparse/chroot-installation.rules b/logparse/chroot-installation.rules index 6213469b..89360ca9 100644 --- a/logparse/chroot-installation.rules +++ b/logparse/chroot-installation.rules @@ -2,5 +2,7 @@ ok /not really/ +warning /Warning: aborting the job because of bug because/ + warning /Warning: Transitional packages found:/ warning /Warning: It seems .+ has been released.+/ |