Merge pull request #549 from Dazpoet/master
prettify the console output of Jenkins to match NetKAN
This commit is contained in:
commit
8b18eb2e46
7
build.sh
7
build.sh
|
@ -33,7 +33,12 @@ mono --debug ckan.exe update
|
||||||
|
|
||||||
for f in ${COMMIT_CHANGES}
|
for f in ${COMMIT_CHANGES}
|
||||||
do
|
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
|
mono --debug ckan.exe install -c $f --headless
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue