commit | 1592c3af420082aebddebe2bc26cf359babe422c | [log] [tgz] |
---|---|---|
author | Alvaro Vilaplana Garcia <alvaro.vilaplana@gmail.com> | Tue Jan 14 12:13:06 2025 +0000 |
committer | Alvaro Vilaplana Garcia <alvaro.vilaplana@gmail.com> | Tue Jan 14 12:13:06 2025 +0000 |
tree | 37b510f898542ba4ab8a7fca5344bb50bace629c | |
parent | f5a7b5bc987d2b0a9ba8b06021b08810fcdb8a76 [diff] |
Build groovy-provider master against Gerrit 3.11 Change-Id: I4929b766744a3225d3e9c456be15794f4ea5e119
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/