From 9a5b61cca48871f3dca1595bfb693a25ac7625fc Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Thu, 25 Jul 2019 13:38:55 -0500 Subject: Modify TLDK archive artifacts Modify the TLDK artifacts to archive to the logs server rather than Jenkins Change-Id: I68aaf7e9889506a27dd4b33419cf11fe48b6af74 Signed-off-by: Vanessa Rene Valderrama --- jjb/tldk/tldk.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'jjb/tldk') diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index 282af55c2..d1d936a32 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -194,6 +194,11 @@ project-type: freestyle node: '{os}-basebuild-4c-4g' concurrent: true + archive-artifacts: > + **/csit/report.html + **/csit/log.html + **/csit/output.xml + latest-only: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -206,6 +211,10 @@ project: '{project}' - gerrit-parameter: branch: '{branch}' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -228,13 +237,6 @@ !include-raw-escape: include-raw-tldk-csit-functional-virl.sh publishers: - - archive-artifacts: - artifacts: > - **/csit/report.html, - **/csit/log.html, - **/csit/output.xml - latest-only: false - - robot-report: output-path: '' -- cgit 1.2.3-korg