summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2016-01-12 12:57:31 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-12 12:57:31 +0000
commit7171b6e1b844baefec214f1b3a10f32b1901b5c0 (patch)
tree967a2e946bf8caf10fc39ac93502e5b0be4a66f2
parent23038f2ef0951d2aa79a7f5a3b2beec55f6e9cda (diff)
parent6cbae46fa7a9ca65ad70fc0b118ee1c5908b2c90 (diff)
Merge "Redirect job output to file and archive them"
-rw-r--r--jjb/releng-jobs.yaml4
-rwxr-xr-xjjb/verify-releng2
2 files changed, 5 insertions, 1 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'
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/