| commit | 8efd3b434aba2a89f0b5fb99f6c15fc0f813eb7f | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Sep 30 23:40:37 2022 +0100 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Sep 30 23:44:05 2022 +0100 |
| tree | f7b5c20f73a9fc9847b969f70310d575f21e3e1b | |
| parent | 1dc9d66131fd226cc59b748e120c63ee74818b2d [diff] |
Validate Gerrit on stable-3.7 Change-Id: I54cb4224f8c1bcac6f9e661c710cd098bd6f2c5b
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/