commit | 53d63f70e53ee9d579085a1f85c20a586d1fa705 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Mar 28 22:26:58 2025 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Mar 28 22:26:58 2025 +0000 |
tree | 2727c3f945bd5d141e15cc4a2368e95e27fe2bf5 | |
parent | fb38173cf414053c56212d0ae2ed717ff224d84f [diff] |
Enable Gerrit builds on stable-3.12 Validate incoming changes on stable-3.12 and build Gerrit and plugins for the stable-3.12 branch. Change-Id: Id283ac23f65a0baa94ad049a568920593410c460
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/