summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-19 13:43:11 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-19 13:43:11 +0200
commiteae2b48d1fcd6ce16aadf248de1e7da03d3b671c (patch)
treeeccb32c7cbe864342edbaf275ab8a7890559fe7c /bin/common-functions.sh
parent71fa4bfb29cf9311d3e67d7410806c05acf24043 (diff)
downloadjenkins.debian.net-eae2b48d1fcd6ce16aadf248de1e7da03d3b671c.tar.xz
turn aborted jobs into unstable ones
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 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