X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-deploy-controller.sh;h=50d15a8d2fbfee2d104c7c716bd1bab056fe5c91;hb=6609f825ab5800784d065ca81a14679a451dd8fe;hp=cad6993c2ed1cb357e0b5414cf002c2ab17149dd;hpb=e9280df33d812f6548a80411e28868560c24fee7;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-deploy-controller.sh b/jjb/integration/include-raw-integration-deploy-controller.sh index cad6993c2..50d15a8d2 100644 --- a/jjb/integration/include-raw-integration-deploy-controller.sh +++ b/jjb/integration/include-raw-integration-deploy-controller.sh @@ -10,9 +10,25 @@ if [ ${CONTROLLERSCOPE} == 'all' ]; then else ACTUALFEATURES="${CONTROLLERFEATURES}" fi +# Some versions of jenkins job builder result in feature list containing spaces +# and ending in newline. Remove all that. +ACTUALFEATURES=`echo "${ACTUALFEATURES}" | tr -d '\n \r'` cat > ${WORKSPACE}/deploy-controller-script.sh <