From 869e058b1ba34afc241df4b8801ff7ee74633fb7 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Thu, 28 May 2015 12:52:15 +0200 Subject: [PATCH] prettify the console output of Jenkins to match NetKAN --- build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3c5420e5ac..80ed6e6cba 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,12 @@ mono --debug ckan.exe update for f in ${COMMIT_CHANGES} do - cat $f | python -m json.tool + echo ---------------------------------------------- + echo + cat $f | python -m json.tool + echo ---------------------------------------------- + echo + echo Running ckan install -c $f mono --debug ckan.exe install -c $f --headless done