diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-10-09 16:48:28 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-10-16 12:41:39 -0500 |
commit | 44655133ea15ed432bb8b8dd4abe146672791f4e (patch) | |
tree | d1e5a6300b423d612a4cf9d2682a76472390222f | |
parent | 763c4b6558a12439b42189116f0a66bd9b496471 (diff) |
Modify archive-artifacts to allow for a list
Modifying the archive-artifacts syntax to allow for a list and resolve
job failures
Change-Id: I966a72c2fe55006cb623723c040142a9f722487f
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/tldk/tldk.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index 13fed26ac..ef9b6e40a 100644 --- 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: |