commit | 0f9e291146269bb431af4b2f63bbb54f31175a91 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Fri Sep 05 12:09:55 2025 +0200 |
committer | Antonio Barone <syntonyze@gmail.com> | Fri Sep 05 12:14:37 2025 +0200 |
tree | 653a9455b3738d8663e630b9547e68f60dd9c0d3 | |
parent | e4987ebb6355ad04f93c581c7d2bf0a4c6f36420 [diff] |
Build ghs-upload-pack-metrics against all maintained versions Build ghs-upload-pack-metrics also against gerrit 3.11 and gerrit 3.12. Change-Id: I0afb1228fe4b088a0904031c4a95e150f3533483
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/