Fix: Add lf-infra-publish to all jobs
[ci-management.git] / jjb / akraino-templates / akraino-validation-templates.yaml
index 4cd18a8..cb74915 100644 (file)
@@ -43,6 +43,7 @@
               <<: *docker-build-job-settings
 
     publishers:
+      - lf-infra-publish
       - email:
           recipients: >
             cristina.pauna@enea.com
@@ -88,6 +89,9 @@
           make -k -C docker push-all
           docker system prune -af
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: akraino-validation-docker-manifest
     name: 'validation-docker-manifest-{stream}'
           if [ "{branch}" != "{stream}" ]; then export TAG_VER=$STREAM; fi
           for sd in docker/*/.; do make -k -C $sd .push_manifest; done
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: akraino-validation-lab-daily
     name: 'validation-{validation_lab}-daily-{stream}'
             current-parameters: true
             block: true
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: bluval-run-daily-tests
     name: 'bluval-daily-{stream}'
         - ../shell/run_bluval.sh
 
     publishers:
+      - lf-infra-publish
       - robot:
           output-path: 'results'
           report-html: '**/report.html'