From: Thanh Ha Date: Fri, 26 Oct 2018 17:04:43 +0000 (-0400) Subject: Revert post-build-script to old fd.io one X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9cf674081de5edeb63b4c4e5c6cbc363c32465b1;p=ci-management.git Revert post-build-script to old fd.io one Change-Id: I3ea65cb0da467021b39bdce755ea8d25d9d7bbcc Signed-off-by: Thanh Ha --- diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index ab7bf5b54..7d672571a 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -460,8 +460,17 @@ - SUCCESS - UNSTABLE build-steps: - - lf-infra-sysstat - - lf-infra-ship-logs + - shell: !include-raw: include-raw-deploy-archives.sh + - maven-target: + maven-version: '{maven-version}' + pom: '.archives/deploy-archives.xml' + goals: 'clean deploy -V -B -q -Dmaven.repo.local=/tmp/r' + settings: 'jenkins-log-archives-settings' + settings-type: cfp + global-settings: 'global-settings' + global-settings-type: cfp + - description-setter: + regexp: '^Build logs: .*' mark-unstable-if-failed: true - workspace-cleanup: fail-build: false