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