Dump env so I can see what variables are visible once the job is run under Jenkins 83/27683/2
authormbeierl <mark.beierl@dell.com>
Fri, 27 Jan 2017 18:15:53 +0000 (13:15 -0500)
committermbeierl <mark.beierl@dell.com>
Fri, 27 Jan 2017 18:24:06 +0000 (13:24 -0500)
Change-Id: I576a75864fa0d7c6d12990c91984e12b1489258f
Signed-off-by: mbeierl <mark.beierl@dell.com>
ci/daily.sh

index c26e8d3..80263ae 100755 (executable)
@@ -53,13 +53,17 @@ done < $WORKSPACE/ci/job/admin.rc
 
 echo "TEST_DB_URL=http://testresults.opnfv.org/test/api/v1" >> $WORKSPACE/ci/job/admin.rc
 
+echo ==========================================================================
+echo Environment
+env | sort
+echo ==========================================================================
+
 $WORKSPACE/ci/delete_stack.sh
 $WORKSPACE/ci/create_glance_image.sh
 $WORKSPACE/ci/create_storperf_flavor.sh
 $WORKSPACE/ci/launch_docker_container.sh
 $WORKSPACE/ci/create_stack.sh $CINDER_NODES 10 "Ubuntu 16.04 x86_64" $NETWORK
 
-
 echo ==========================================================================
 echo Starting warmup
 echo ==========================================================================
@@ -88,6 +92,8 @@ export WORKLOAD=ws,wr,rs,rr,rw
 export BLOCK_SIZE=2048,8192,16384
 export QUEUE_DEPTH=1,2,8
 export SCENARIO_NAME="${CINDER_BACKEND}_${WORKLOAD}"
+export VERSION
+export BUILD_TAG
 
 JOB=`$WORKSPACE/ci/start_job.sh \
     | awk '/job_id/ {print $2}' | sed 's/"//g'`