summaryrefslogtreecommitdiffstats
path: root/jjb/dmm
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-15 12:49:27 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-16 14:48:50 -0500
commitbe5f7c58b449f26a8bd90b6d5a978e5e7676304c (patch)
tree412687a333acee9982f93feb949e2818c381a12e /jjb/dmm
parent763c4b6558a12439b42189116f0a66bd9b496471 (diff)
Modify archive-artifacts to allow for a list
Modifying the archive-artifacts syntax to allow for a list and resolve JJB 2.5.0 failures Change-Id: Ia476a891d66a1ce1b26cc285c155f0c620e9f7dd Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/dmm')
-rw-r--r--jjb/dmm/dmm.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml
index 054350c51..eeb8e94fa 100644
--- a/jjb/dmm/dmm.yaml
+++ b/jjb/dmm/dmm.yaml
@@ -201,7 +201,10 @@
publishers:
- archive-artifacts:
- artifacts: 'csit/report.html, csit/log.html, csit/output.xml'
+ artifacts: >
+ **/csit/report.html,
+ **/csit/log.html,
+ **/csit/output.xml
latest-only: false
- robot-report: