| commit | 31ea02508d79d2d8e0649a8de3956baebb381308 | [log] [tgz] |
|---|---|---|
| author | Sven Selberg <sven.selberg@axis.com> | Fri Jun 16 09:50:32 2023 +0000 |
| committer | Sven Selberg <sven.selberg@axis.com> | Mon Jun 19 05:23:04 2023 +0000 |
| tree | 869947525fb35b145b5ff525aa8e2eb9f2005807 | |
| parent | a8672444520e3e83d90303dd11c07b86e2303050 [diff] |
plugins/reviewers: add stable-3.6 & stable-3.7 mapping master no longer builds cleanly against these core-Gerrit versions. Change-Id: I9013ba094d46fd57e58254d57a55d13d761e34b5
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 --require-hashes 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/