[Qa-jenkins-scm] [jenkins.debian.net] 01/01: turn aborted jobs into unstable ones

Holger Levsen holger at layer-acht.org
Tue Sep 19 11:43:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit eae2b48d1fcd6ce16aadf248de1e7da03d3b671c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 19 13:43:11 2017 +0200

    turn aborted jobs into unstable ones
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh            | 2 +-
 logparse/chroot-installation.rules | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 98db322..14dd066 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 6213469..89360ca 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.+/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list