Capture logs for all packaging jobs 83/58383/3
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 7 Jun 2017 01:18:35 +0000 (11:18 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 13 Jun 2017 07:36:07 +0000 (17:36 +1000)
Using publishers is recommended for jobs to refer logs
at anytime, and also would help minimizing the loads on Jenkins.

Change-Id: Ie0d766394693a44ba58d1f01d73d2dd6e1d26224
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/packaging/ansible.yaml
jjb/packaging/packaging.yaml
jjb/packaging/puppet.yaml

index f45e1ad9e6361e403dbb52571744f816cdeb86a7..608c4879063a17a4b9a22e1fc20090492b23af4d 100644 (file)
@@ -54,6 +54,9 @@
           branch: '{branch}'
           files: '**'
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     name: '{project-name}-test-deb-{stream}'
 
@@ -93,3 +96,6 @@
           project: '{project}'
           branch: '{branch}'
           files: '**'
+
+    publishers:
+      - lf-infra-publish
index c2bc473201b3224fbb44f96deda85f729bfe678a..ef00bcd8bcc92dc918d885fe904ec6e6160576f9 100644 (file)
@@ -65,6 +65,8 @@
     publishers:
       - archive-artifacts:
           artifacts: '**/*.rpm'
+      - lf-infra-publish
+
 
 - job-template:
     name: 'packaging-build-rpm-snap-{stream}'
     builders:
       - shell: !include-raw: include-raw-build-rpm-snap.sh
 
+    triggers:
+      - timed: '@daily'
+
     publishers:
       - archive-artifacts:
           artifacts: '**/*.rpm'
+      - lf-infra-publish
 
-    triggers:
-      - timed: '@daily'
 
 - job-template:
     name: 'packaging-test-rpm-{stream}'
     publishers:
       - archive-artifacts:
           artifacts: '**'
+      - lf-infra-publish
+
 
 - job-template:
     name: 'packaging-test-deb-{stream}'
     publishers:
       - archive-artifacts:
           artifacts: '**'
+      - lf-infra-publish
 
 - job-template:
     name: 'packaging-build-deb-{stream}'
     publishers:
       - archive-artifacts:
           artifacts: 'packaging/deb/opendaylight/*.deb'
+      - lf-infra-publish
index ce698b2a07c2cc91bdd9170d53b8c006b4af2ec7..5d82cf063bb5554ac0d43d1fbbc83eb8d495a2c6 100644 (file)
@@ -61,6 +61,9 @@
           branch: '{branch}'
           files: '**'
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     name: '{project-name}-test-full-{stream}'
 
             failed: true
             unstable: true
             notbuilt: true
+
+    publishers:
+      - lf-infra-publish