commit | e4987ebb6355ad04f93c581c7d2bf0a4c6f36420 | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Tue Aug 19 12:12:56 2025 +0100 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Tue Aug 19 12:13:10 2025 +0100 |
tree | 0426fc10063beed9c9a96aa855874ce6fbf7e17f | |
parent | 0397827844d285e1c3dc4d64080163099818a525 [diff] |
Revert "Print currently checked out version of Gerrit" This reverts commit c4058794945bb0a6ba89d28131311a2f51466cf7. Change-Id: Iea07ab776178fabb11bdc9614d11bb6d1d4d6dda
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/