commit | a6655a92b7a915f1f9b60cbcfe2f464a6f814faa | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Apr 08 07:53:09 2021 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Apr 08 07:53:09 2021 +0200 |
tree | c840c16aba8bb6b3489b75061f4db6e5726bda57 | |
parent | db98c7f5ff50b0b4e9be22efe79abfb3ef43d678 [diff] |
Build reviewers-by-blame plugin on stable-3.4 branch Change-Id: I61a07e6babc1b1c9944b701fd278d9fe6393069f
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/