diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-10-26 13:04:43 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-10-26 13:04:43 -0400 |
commit | 9cf674081de5edeb63b4c4e5c6cbc363c32465b1 (patch) | |
tree | aff39b5a52c6a9f56012667ef0cf95178ed2f787 /jjb | |
parent | 439b937cbaa68f9360023f2abcb6cecd6e25de66 (diff) |
Revert post-build-script to old fd.io one
Change-Id: I3ea65cb0da467021b39bdce755ea8d25d9d7bbcc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-macros.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
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 |