Provision settings for WS scan 72/67272/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 30 Mar 2021 17:04:40 +0000 (10:04 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 30 Mar 2021 18:18:21 +0000 (11:18 -0700)
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 <jwagantall@linuxfoundation.org>
Change-Id: I2b751c7d7d966b0b9b07a90405ec61b2254bed6d

jjb/lf-whitesource-jobs.yaml
releasenotes/notes/WS-Unified-Agent-Settings-7da696415f3cdb30.yaml [new file with mode: 0644]

index f5f6fe1..20a3db9 100644 (file)
@@ -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 (file)
index 0000000..8dfa51e
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Provision global-settings to replace the default
+    used by the Unified Agent.