Skip to content

Commit

Permalink
Show environment variables from jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Angus committed Aug 27, 2014
1 parent 4646115 commit 67e24c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins-ci-build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 67e24c8

Please sign in to comment.