Remove quotes from optional variable
WSS_UNIFIED_AGENT_OPTIONS which, if empty, will
cause WS Unified Agent CLI issues.
Upgrade WS Unified Agent CLI to latest version 19.8.1
Change-Id: I3d21bad21bceee0a0c626b145c1ca74e0cd21ddc
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
submodule-timeout: 10
submodule-disable: false
wss-unified-agent-opts: ""
- wss-unified-agent-version: 19.7.1
+ wss-unified-agent-version: 19.8.1
gerrit_trigger_file_paths:
- compare-type: ANT
--- /dev/null
+---
+fixes:
+ - |
+ Remove quotes from optional var WSS_UNIFIED_AGENT_OPTIONS.
+ When empty, the quotes will cause WS Unified Agent failures.
+ - |
+ Upgrade WS Unified Agent CLI to latest version 19.8.1
echo "---> Running WhiteSource Unified Agent CLI ..."
java -jar "${jar_location}" -c wss-unified-agent.config \
-product "${WSS_PRODUCT_NAME}" -project "${WSS_PROJECT_NAME}" \
- -projectVersion "${GERRIT_BRANCH}" "${WSS_UNIFIED_AGENT_OPTIONS:-}"
+ -projectVersion "${GERRIT_BRANCH}" ${WSS_UNIFIED_AGENT_OPTIONS:-}
rm "${jar_location}"