X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-deploy-controller.sh;h=d9ac4da92cc3f31963efb585c3164bfb7ae4c475;hb=5450985ba9905da13e194cf4f482a07b7cc656b2;hp=6fcab672f5c820736f3f5f626f53f164db9b415e;hpb=c6792fac8704e73ae968487b3ec2a06d278485e2;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 6fcab672f..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 <