| commit | 16fa8c321f994be0903bf47d43a0e6acac9fdf3b | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Sun Dec 07 14:15:44 2025 +0000 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Sun Dec 07 14:15:44 2025 +0000 |
| tree | 09f118a1557855464627e40da66fe0daa4644faa | |
| parent | 990c398e2ff973a8b4b372f5d0a20151e4a87d78 [diff] |
Build cache-chroniclemap libModule on stable-3.13 Change-Id: I3ac3e722b8f1e7d7cb7e8f7fb10ece13af2382b0
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/