commit | a5d2c4fbad32febc5c59413c634371a2445a03a2 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Thu Nov 18 13:27:59 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Thu Nov 18 15:12:10 2021 +0000 |
tree | 1d442dca9275243bfeb35a5d81831a339bbebd69 | |
parent | 076993f3ead46b21b9b3d2ec5b648d9f1b008224 [diff] |
Build quota against stable-3.5 Bug: Issue 15285 Change-Id: I49a8161b66e32bf9d5daaa77dbb29528e8cd93c4
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/