From: Thanh Ha Date: Mon, 11 Jan 2016 20:18:32 +0000 (-0500) Subject: Redirect job output to file and archive them X-Git-Tag: brahmaputra.1.0~245^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F6219%2F1;p=releng.git Redirect job output to file and archive them Change-Id: I9f23d0a191de68811062c803d7ec85d05ecd679d Signed-off-by: Thanh Ha --- diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 17d64d04a..27007d0da 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -51,6 +51,10 @@ - shell: !include-raw verify-releng + publishers: + - archive-artifacts: + artifacts: 'job_output/*' + - job-template: name: 'builder-merge' diff --git a/jjb/verify-releng b/jjb/verify-releng index 807df1b11..290b4c5a5 100755 --- a/jjb/verify-releng +++ b/jjb/verify-releng @@ -10,4 +10,4 @@ for x in $(find . -name *\.yml); do done source /opt/virtualenv/jenkins-job-builder/bin/activate -jenkins-jobs test jjb/ +jenkins-jobs test -o job_output jjb/