triggers:
- timed: '@daily'
+ publishers:
+ - lf-infra-publish
+
- job-template:
id: 'akraino-project-stream-stage-docker'
name: '{project-name}-{stream}-stage-docker'
jobs:
- '{project}-maven-stage-{stream}'
- 'yaml_builds-{stream}-stage-config'
+
+ publishers:
+ - lf-infra-publish
<<: *docker-build-job-settings
publishers:
+ - lf-infra-publish
- email:
recipients: >
cristina.pauna@enea.com
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'