- job: | |
name: plugins-events-build | |
parent: gerrit-plugin-build | |
pre-run: | |
tools/playbooks/install_docker.yaml | |
- project: | |
description: | | |
Build the plugin in check, and also build and publish it after | |
every merged commit. | |
check: | |
jobs: | |
- plugins-events-build | |
post: | |
jobs: | |
- plugins-events-build | |
- gerrit-plugin-publish: | |
dependencies: | |
- plugins-events-build |