commit | 478dfb7fc18e4114cc370e2c7f64066dc6ce036f | [log] [tgz] |
---|---|---|
author | Antoine Musso <hashar@free.fr> | Wed Jun 19 09:27:23 2024 +0200 |
committer | Antoine Musso (hashar) <hashar@free.fr> | Wed Jun 19 21:04:34 2024 +0000 |
tree | c30cfc1d50573062c2d9d00338e681b8e2e483df | |
parent | 4b179505319bf7911f09677c2cf55e137a99aec7 [diff] |
Remove support for end of life stable-3.7 Change-Id: I5c6d31c2bb6cb0eddc0f47c99d671b0377096c4e
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/