From 71a5e4b45cabbb7697f2e1294c20e80e85202b65 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 30 Mar 2021 10:04:40 -0700 Subject: [PATCH] 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 --- jjb/lf-whitesource-jobs.yaml | 2 ++ releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml 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. -- 2.16.6