From 94bbc8d16379f784cef4ab880df675e2d0025c7d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 5 Jul 2016 20:30:24 -0400 Subject: [PATCH] Print out environment variables to file The environment variable list could be useful in troubleshooting so paste it out at the end of the build. Change-Id: Ibf3abed0f71c73269aa077ebe9dd7ea8bc35faad Signed-off-by: Thanh Ha --- include-raw-deploy-archives.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index 572e2cb0..5b90f1df 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -54,6 +54,7 @@ mkdir -p $ARCHIVES_DIR mv $WORKSPACE/archives/ $ARCHIVES_DIR > /dev/null 2>&1 touch $ARCHIVES_DIR/_build-details.txt echo "build-url: ${{BUILD_URL}}" >> $ARCHIVES_DIR/_build-details.txt +env > $ARCHIVES_DIR/_build-enviroment-variables.txt # Magic string used to trim console logs at the appropriate level during wget echo "-----END_OF_BUILD-----" -- 2.16.6