summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-16 14:32:07 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-10-16 14:32:07 -0500
commit9e08d015290729174aec3e8816380552493c1325 (patch)
treea61d5ac0048e9fd2574dc2ec31cf79d579b9c4a8 /jjb
parent44655133ea15ed432bb8b8dd4abe146672791f4e (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: If92fc3cc3e63de07b8a80704c8962b716cb4a949 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit.yaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 8cfe14f19..c8c1412e6 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -124,7 +124,10 @@
publishers:
- archive-artifacts:
- artifacts: 'report.html, log.html, output.xml'
+ artifacts: >
+ **/csit/report.html,
+ **/csit/log.html,
+ **/csit/output.xml
latest-only: false
- robot-report:
@@ -385,7 +388,10 @@
publishers:
- archive-artifacts:
- artifacts: 'report.html, log.html, output.xml'
+ artifacts: >
+ **/csit/report.html,
+ **/csit/log.html,
+ **/csit/output.xml
latest-only: false
- robot-report:
@@ -1761,7 +1767,10 @@
publishers:
- archive-artifacts:
- artifacts: 'report.html, log.html, output.xml'
+ artifacts: >
+ **/csit/report.html,
+ **/csit/log.html,
+ **/csit/output.xml
latest-only: false
- robot-report: