From: Jessica Wagantall Date: Tue, 30 Mar 2021 17:04:40 +0000 (-0700) Subject: Provision settings for WS scan X-Git-Tag: v0.63.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=71a5e4b45cabbb7697f2e1294c20e80e85202b65;p=releng%2Fglobal-jjb.git Provision settings for WS scan Provision global-settings to replace the default used by the Unified Agent. This will allow dependencies to be downloaded the same way the maven build does. Issue: RELENG-3430 Signed-off-by: Jessica Wagantall Change-Id: I2b751c7d7d966b0b9b07a90405ec61b2254bed6d --- diff --git a/jjb/lf-whitesource-jobs.yaml b/jjb/lf-whitesource-jobs.yaml index f5f6fe13..20a3db91 100644 --- a/jjb/lf-whitesource-jobs.yaml +++ b/jjb/lf-whitesource-jobs.yaml @@ -28,6 +28,8 @@ files: - file-id: wss-unified-agent.config target: $WORKSPACE/wss-unified-agent.config + - file-id: global-settings + target: $WORKSPACE/global-settings.xml - shell: !include-raw: - ../shell/whitesource-unified-agent-cli.sh diff --git a/releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml b/releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml new file mode 100644 index 00000000..8dfa51e5 --- /dev/null +++ b/releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Provision global-settings to replace the default + used by the Unified Agent.