From: Fatih Degirmenci Date: Tue, 19 Jan 2016 20:09:33 +0000 (+0100) Subject: fuel: Clone securedlab repo using proper branch X-Git-Tag: brahmaputra.1.0~161 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ff1454e5d630c19212303c48b73142725ad1e501;p=releng.git fuel: Clone securedlab repo using proper branch Change-Id: I975f7261cacf7367c8a4ca1bd7d7c107a0e2abdf Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh index b0a1c78f1..f3d2aca45 100755 --- a/jjb/fuel/fuel-deploy.sh +++ b/jjb/fuel/fuel-deploy.sh @@ -53,8 +53,8 @@ chmod a+x $TMPDIR # clone the securedlab repo cd $WORKSPACE -echo "Cloning securedlab repo" -git clone ssh://jenkins-ericsson@gerrit.opnfv.org:29418/securedlab --quiet +echo "Cloning securedlab repo ${GIT_BRANCH##origin/}" +git clone ssh://jenkins-ericsson@gerrit.opnfv.org:29418/securedlab --quiet --branch ${GIT_BRANCH##origin/} # construct the command DEPLOY_COMMAND="sudo $WORKSPACE/ci/deploy.sh -b file://$WORKSPACE/securedlab -l $LAB_NAME -p $POD_NAME -s $DEPLOY_SCENARIO -i file://$WORKSPACE/opnfv.iso -H -B $BRIDGE -S $TMPDIR"