summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2018-10-17 15:12:16 +0000
committerGerrit Code Review <gerrit@fd.io>2018-10-17 15:12:16 +0000
commit1e0c8f0828b2982e4aa762ec0c47b24fdc44950d (patch)
tree1b65560c9352de9a906ed07231b2bb367e924ce7
parentb9b99f493b3c66e408f64fdd040ffde5569ddf1e (diff)
parentbe5f7c58b449f26a8bd90b6d5a978e5e7676304c (diff)
Merge "Modify archive-artifacts to allow for a list"
-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: