From d12ab48431ea9c2689201cd490ebec201c6f7c7e Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 24 Jul 2019 14:54:11 -0500 Subject: [PATCH] Modify DMM archive artifacts Modify the DMM artifacts to archive to the logs server rather than Jenkins Also moving the robot-report and log shipper to publishers where they belong Change-Id: I2766cb6462e4b0dd204a611fa6c05a6b26ec0bf9 Signed-off-by: Vanessa Rene Valderrama --- jjb/dmm/dmm.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index 76c1a448b..8cf673bb4 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -189,6 +189,8 @@ project-type: freestyle node: '{os}-builder-4c-4g' concurrent: true + archive-artifacts: 'csit/archive/*.*' + latest-only: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -201,6 +203,10 @@ project: 'dmm' - gerrit-parameter: branch: '{branch}' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -222,10 +228,6 @@ !include-raw-escape: include-raw-dmm-csit-functional-virl.sh publishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - robot-report: output-path: 'csit' -- 2.16.6