Pass BRANCH to changes 35/51635/2
authorSam Hague <shague@redhat.com>
Thu, 9 Feb 2017 15:45:20 +0000 (10:45 -0500)
committerSam Hague <shague@redhat.com>
Thu, 9 Feb 2017 15:46:51 +0000 (10:46 -0500)
Change-Id: Idd8ccb8d18d922f76d25087f9f0e27afe237e2c0
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 6159432e1fc338913178b8662b30a7b0eb83e3b1..1f5932a95e9f63bd87e6115c4f50d577ca26f4c5 100644 (file)
@@ -8,7 +8,7 @@ source ${ROBOT_VENV}/bin/activate
 echo "showing recent changes that made it in to the distribution used by this job"
 pip install --upgrade urllib3
 python ${WORKSPACE}/test/tools/distchanges/changes.py -d /tmp/distribution_folder \
-                  -u ${ACTUALBUNDLEURL} \
+                  -u ${ACTUALBUNDLEURL} -b ${BRANCH} \
                   -r ssh://jenkins-${SILO}@git.opendaylight.org:29418 || true
 
 echo "#################################################"