Skip to content
Snippets Groups Projects
Commit d371edb7 authored by Oliver Breitwieser's avatar Oliver Breitwieser
Browse files

Print full environment at startup

Change-Id: Ia963221a1f8b15f14c5153890fd932b0f93d0cf9
parent 696d1619
No related branches found
No related tags found
No related merge requests found
...@@ -90,4 +90,5 @@ export GERRIT_SPECIFIED_SPACK_CHANGE ...@@ -90,4 +90,5 @@ export GERRIT_SPECIFIED_SPACK_CHANGE
export GERRIT_SPECIFIED_SPACK_REFSPEC export GERRIT_SPECIFIED_SPACK_REFSPEC
# store environment for usage within container # store environment for usage within container
env > "${JENKINS_ENV_FILE}" echo "# Jenkins environment set to:" >&2
env | tee "${JENKINS_ENV_FILE}"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment