Redirect job output to file and archive them 19/6219/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 11 Jan 2016 20:18:32 +0000 (15:18 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 11 Jan 2016 20:18:32 +0000 (15:18 -0500)
Change-Id: I9f23d0a191de68811062c803d7ec85d05ecd679d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml
jjb/verify-releng

index 17d64d0..27007d0 100644 (file)
         - shell:
             !include-raw verify-releng
 
+    publishers:
+        - archive-artifacts:
+            artifacts: 'job_output/*'
+
 - job-template:
     name: 'builder-merge'
 
index 807df1b..290b4c5 100755 (executable)
@@ -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/