Show environment variables from jenkins

This commit is contained in:
Tim Angus 2014-08-27 17:28:32 +01:00
parent 4646115f03
commit 67e24c8fc0
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ else
echo "build type : ${BUILD_TYPE}"
fi
echo "environment :"
export
if [ -n "${CPPCHECK}" ]; then
if [ ! -f "${CPPCHECK}" ]; then
command -v cppcheck >/dev/null