IBM/dbb

Backend templates - packaging script - application and branch parameters need to be seen as optional

Closed this issue · 1 comments

Too strict validation of parameters, see

if [ -z "${App}" ]; then
rc=8
ERRMSG=$PGM": [ERROR] Application parameter (-a) is required. rc="$rc
echo $ERRMSG
fi
if [ -z "${Branch}" ]; then
rc=8
ERRMSG=$PGM": [ERROR] Branch Name parameter (-b) is required. rc="$rc
echo $ERRMSG
fi

Delivered via #192