project-config/jenkins/jobs/beaker-jobs.yaml
Andreas Jaeger 8828fb1a0a Print the JJB template name in some jobs
Print JJB template name in more job templates so that it's easy to
identify them.

Change-Id: Ia6793a0ae5bed9e655538985f8d0f5ece82774d8
2015-11-25 20:39:22 +01:00

16 lines
299 B
YAML

- job-template:
name: 'gate-{name}-rake'
node: '{node}'
builders:
- print-template-name:
template-name: "{template-name}"
- revoke-sudo
- gerrit-git-prep
- bundle-install
- exec-rake
publishers:
- console-log
- coverage-log-ruby