summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-18 16:21:20 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-18 16:21:20 +0100
commita8559ba3036994b158e08ce468111c1a9538f967 (patch)
tree7089d38528411b087013e6a31ce6f5f8b0204782 /bin/common-functions.sh
parent48d62954b0d9bf5ee4cabf5810f020efb9697907 (diff)
downloadjenkins.debian.net-a8559ba3036994b158e08ce468111c1a9538f967.tar.xz
improve consolelog output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 168f1cf1..87305712 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -16,7 +16,15 @@ abort_if_bug_is_still_open() {
# if the bug is not done (by some email address containing a @)
if [ -z "$(grep "@" $TMPFILE)" ] ; then
rm $TMPFILE
- echo "https://bugs.debian.org/$1 is still open, aborting this job."
+ echo "########################################################################"
+ echo "# #"
+ echo "# https://bugs.debian.org/$1 is still open, aborting this job. #"
+ echo "# #"
+ echo "########################################################################"
+ echo
+ echo
+ echo
+ echo
exec /srv/jenkins/bin/abort.sh
exit 0
fi