X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yml;h=5aa178bc39499c2218b2df3372d3faad84336c0f;hb=53f04f43283d98605fc5b3de28c08756842d3f27;hp=a22e92582b8e6c6aef6dc9399dbb5073eda69208;hpb=02bd9f7df86c8f6359ac516b2c0c93116adc77f2;p=releng.git diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index a22e92582..5aa178bc3 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -44,7 +44,7 @@ wrappers: - build-name: - name: '$BUILD_NUMBER: $FUNCTEST_SUITE_NAME' + name: '$BUILD_NUMBER: $FUNCTEST_SUITE_NAME $SDN_CONTROLLER $OPNFV_FEATURE' parameters: - project-parameter: @@ -201,7 +201,7 @@ elif [[ ${INSTALLER_TYPE} == 'joid' ]]; then # If production lab then creds may be retrieved dynamically # creds are on the jumphost, always in the same folder - labconfig="-v ${HOME}/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds" + labconfig="-v /var/lib/jenkins/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds" # If dev lab, credentials may not be the default ones, just provide a path to put them into docker # replace the default one by the customized one provided by jenkins config if [ -n "${LAB_CONFIG}" ]; then