commit | f74303e49064a4ba981301df3c437db980fb6e3c | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Fri Jul 12 21:28:49 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Thu Oct 24 22:35:15 2024 +0000 |
tree | 84a2f532a5aacd49b520f912fd7289f1ca39616f | |
parent | bbfaf9a534c14326538abe23908314c3c6017e2d [diff] |
Build project-group-structure for stable-3.10 on master Change-Id: I4f5a58ada6cc19bc5b394314cf65b8935ea52e25
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/