diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-06-05 11:45:22 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-06-12 15:42:48 -0500 |
commit | c7c226e6cbc92193fc571d944c1b2fed067c0ce3 (patch) | |
tree | e0ea7f1f4d7f04e493335218605d33a6821e1f1d | |
parent | d182a8fc2d2eb51272d10bab82487493602a6285 (diff) |
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 <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/nsh_sfc/nsh_sfc.yaml | 37 |
1 files changed, 23 insertions, 14 deletions
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' |