diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-19 13:43:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-19 13:43:11 +0200 |
commit | eae2b48d1fcd6ce16aadf248de1e7da03d3b671c (patch) | |
tree | eccb32c7cbe864342edbaf275ab8a7890559fe7c | |
parent | 71fa4bfb29cf9311d3e67d7410806c05acf24043 (diff) | |
download | jenkins.debian.net-eae2b48d1fcd6ce16aadf248de1e7da03d3b671c.tar.xz |
turn aborted jobs into unstable ones
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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.+/ |