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
08/15208/11
author
Vanessa Rene Valderrama
<
[email protected]
>
Tue, 9 Oct 2018 21:48:28 +0000
(16:48 -0500)
committer
Vanessa Rene Valderrama
<
[email protected]
>
Tue, 16 Oct 2018 17:41:39 +0000
(12:41 -0500)
Modifying the archive-artifacts syntax to allow for a list and resolve
job failures
Change-Id: I966a72c2fe55006cb623723c040142a9f722487f
Signed-off-by: Vanessa Rene Valderrama <
[email protected]
>
jjb/tldk/tldk.yaml
patch
|
blob
|
history
diff --git
a/jjb/tldk/tldk.yaml
b/jjb/tldk/tldk.yaml
index
13fed26
..
ef9b6e4
100644
(file)
--- a/
jjb/tldk/tldk.yaml
+++ b/
jjb/tldk/tldk.yaml
@@
-224,7
+224,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: