From eae2b48d1fcd6ce16aadf248de1e7da03d3b671c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 19 Sep 2017 13:43:11 +0200 Subject: turn aborted jobs into unstable ones Signed-off-by: Holger Levsen --- bin/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common-functions.sh') 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 -- cgit v1.2.3-54-g00ecf