From de3620cf82cb668dab07c8ea17ef06882d94002b Mon Sep 17 00:00:00 2001 From: Ancuta Morarasu Date: Fri, 20 Mar 2020 14:56:20 +0200 Subject: [PATCH] Updated the WhiteSource agent path (temporary solution) See REPO-4974 for details --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b9a183f8..79dda827b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,11 @@ matrix: - travis_retry travis_wait 30 mvn -q install "-Dversion.edition=${VERSION_EDITION}" -f war/pom.xml script: # Download the latest version of WhiteSource Unified Agent - - curl -LJO https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss-unified-agent.jar + #- curl -LJO https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss-unified-agent.jar + # Use the latest released version of the agent available in github (temporary solution) + - curl -LJO https://github.com/whitesource/unified-agent-distribution/raw/v20.1.2/standAlone/wss-unified-agent-20.1.2.jar # Run WhiteSource Unified Agent - - java -jar wss-unified-agent.jar -apiKey ${WHITESOURCE_API_KEY} -c .wss-unified-agent.config -d ./war + - java -jar wss-unified-agent-20.1.2.jar -apiKey ${WHITESOURCE_API_KEY} -c .wss-unified-agent.config -d ./war - name: "REST API TAS tests part1" jdk: openjdk11 install: