diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-01-12 12:57:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-12 12:57:31 +0000 |
commit | 7171b6e1b844baefec214f1b3a10f32b1901b5c0 (patch) | |
tree | 967a2e946bf8caf10fc39ac93502e5b0be4a66f2 /jjb/releng-jobs.yaml | |
parent | 23038f2ef0951d2aa79a7f5a3b2beec55f6e9cda (diff) | |
parent | 6cbae46fa7a9ca65ad70fc0b118ee1c5908b2c90 (diff) |
Merge "Redirect job output to file and archive them"
Diffstat (limited to 'jjb/releng-jobs.yaml')
-rw-r--r-- | jjb/releng-jobs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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' |