Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
763c4b6
)
Modify archive-artifacts to allow for a list
95/15295/4
author
Vanessa Rene Valderrama
<
[email protected]
>
Mon, 15 Oct 2018 17:49:27 +0000
(12:49 -0500)
committer
Vanessa Rene Valderrama
<
[email protected]
>
Tue, 16 Oct 2018 19:48:50 +0000
(14:48 -0500)
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 <
[email protected]
>
jjb/dmm/dmm.yaml
patch
|
blob
|
history
diff --git
a/jjb/dmm/dmm.yaml
b/jjb/dmm/dmm.yaml
index
054350c
..
eeb8e94
100644
(file)
--- 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: