From: Vanessa Rene Valderrama Date: Wed, 5 Jun 2019 16:45:22 +0000 (-0500) Subject: Modify NSH_SFC archive artifacts X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F19984%2F4;hp=d182a8fc2d2eb51272d10bab82487493602a6285;p=ci-management.git Modify NSH_SFC archive artifacts Modify the NSH_SFC artifacts to archive to the logs server rather than Jenkins Change-Id: I1d7d87e3d26f95640c3d7f62113c1cff77d1a9d1 Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/nsh_sfc/nsh_sfc.yaml b/jjb/nsh_sfc/nsh_sfc.yaml index 49c8f18f5..a62234a71 100644 --- a/jjb/nsh_sfc/nsh_sfc.yaml +++ b/jjb/nsh_sfc/nsh_sfc.yaml @@ -442,6 +442,11 @@ node: '{os}-builder-4c-4g' concurrent: true jdk: openjdk8-{os} + archive-artifacts: '**/build-root/docs/html/*' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -458,6 +463,10 @@ os: 'ubuntu1604' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -505,12 +514,6 @@ !include-raw-escape: include-raw-nsh_sfc-docs.sh publishers: - - archive: - artifacts: 'build-root/docs/html/*' - allow-empty: 'true' - fingerprint: false - only-if-success: true - default-excludes: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' @@ -520,6 +523,9 @@ project-type: freestyle node: '{os}-builder-4c-4g' concurrent: true + archive-artifacts: '**/csit/archive/*.*' + latest-only: false + build-discarder: daysToKeep: '{build-days-to-keep}' @@ -536,6 +542,10 @@ os: '{os}' - repo-name-parameter: repo-name: '{repo-stream-part}.ubuntu.xenial.main' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -558,10 +568,6 @@ !include-raw-escape: include-raw-nsh_sfc-csit-perf-hw.sh pulishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - robot-report: output-path: 'csit/archive' @@ -574,6 +580,9 @@ project-type: freestyle node: '{os}-builder-4c-4g' concurrent: true + archive-artifacts: '**/csit/archive/*.*' + latest-only: false + build-discarder: daysToKeep: '{build-days-to-keep}' @@ -590,6 +599,10 @@ os: '{os}' - repo-name-parameter: repo-name: '{repo-stream-part}.ubuntu.xenial.main' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -612,10 +625,6 @@ !include-raw-escape: include-raw-nsh_sfc-csit-functional-virl.sh publishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - robot-report: output-path: 'csit/archive'