commit | f4a9c141df5da64bcdc11b520b9e0fd4d5e97184 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Tue Dec 08 12:32:11 2020 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue Dec 29 00:30:59 2020 +0000 |
tree | 11794f33170ce1a4ad21a8f776105ed8896f3021 | |
parent | 8ca2480d0da0747546e76b03e703504aae407da0 [diff] |
Multiple targets build for zookeeper-refdb plugin Zookeeper-refdb plugin builds with two zookeeper versions (3.4.x and 3.5.x) for master and stable-3.3 branches Feature: Issue 12583 Change-Id: Id7fc877d6d8fffeb8469279e8a4f42a0701a1e7c
This project uses Jenkins Jobs Builder [1] to generate jobs from yaml descriptor files.
To add new jobs reuse existing templates, defaults etc. as much as possible. E.g. adding a job to build an additional branch of a project may be as easy as adding the name of the branch to an existing project.
To ensure well readable yaml-files, use yamllint [2] to lint the yaml-files. Yamllint can be downloaded using Python Pip:
pip3 install yamllint
To run the linter, execute this command from the project's root directory:
yamllint -c yamllint-config.yaml jenkins/**/*.yaml
Yamllint will not fix detected issues itself.
[1] https://docs.openstack.org/infra/jenkins-job-builder/index.html [2] https://pypi.org/project/yamllint/