From bd29f3fb2df3446f7d02b2a2c5871eae0a9ea278 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 19 Nov 2017 00:40:01 +0100 Subject: bin/common-functions.sh: Add additional explanation to wording Signed-off-by: Holger Levsen --- bin/common-functions.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 48ee872f..314ad2c8 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -27,6 +27,10 @@ abort_if_bug_is_still_open() { echo echo "Warning: aborting the job because of bug because #$1" echo + echo "After having fixed the cause for #$1, remove the check from common_init()" + echo "in bin/common-functions.sh and re-run the job. Close #$1 after the" + echo "problem is indeed fixed." + echo exec /srv/jenkins/bin/abort.sh exit 0 fi -- cgit v1.2.3-54-g00ecf