X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fwhitesource-unified-agent-cli.sh;h=6918f9cbfb37c3c1496f2bc78e8590e98998a157;hb=refs%2Fchanges%2F58%2F15258%2F3;hp=750a1523cd42dd86eb03fd16a5d8b5a2faa770c3;hpb=232378ffaca9f7ef383b9371b4f4144259225d8c;p=releng%2Fglobal-jjb.git diff --git a/shell/whitesource-unified-agent-cli.sh b/shell/whitesource-unified-agent-cli.sh index 750a1523..6918f9cb 100644 --- a/shell/whitesource-unified-agent-cli.sh +++ b/shell/whitesource-unified-agent-cli.sh @@ -21,7 +21,7 @@ jar_location="/tmp/wss-unified-agent-$WSS_UNIFIED_AGENT_VERSION.jar" wget -nv https://s3.amazonaws.com/unified-agent/wss-unified-agent-$WSS_UNIFIED_AGENT_VERSION.jar \ -O $jar_location echo "---> Running WhiteSource Unified Agent CLI ..." -java -jar $jar_location -c $WSS_UNIFIED_AGENT_CONFIG \ +java -jar $jar_location -c wss-unified-agent.config \ -product $WSS_PRODUCT_NAME -project $WSS_PROJECT_NAME \ ${WSS_UNIFIED_AGENT_OPTIONS:-} rm $jar_location