X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-deploy-controller.sh;h=d9ac4da92cc3f31963efb585c3164bfb7ae4c475;hb=refs%2Fchanges%2F93%2F34793%2F1;hp=66028199355a90c2d78a7d36cff92087bb4b1036;hpb=6c742d03b893142bb5aa8b30197f29feb4a8a4a8;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 660281993..d9ac4da92 100644 --- a/jjb/integration/include-raw-integration-deploy-controller.sh +++ b/jjb/integration/include-raw-integration-deploy-controller.sh @@ -10,6 +10,9 @@ 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 <