From 67e24c8fc07e9eaf11d793f9c90a1ef046215e1d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 27 Aug 2014 17:28:32 +0100 Subject: [PATCH] Show environment variables from jenkins --- jenkins-ci-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins-ci-build.sh b/jenkins-ci-build.sh index 2a94cfab..83b46870 100755 --- a/jenkins-ci-build.sh +++ b/jenkins-ci-build.sh @@ -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