commit | fd6342895f8a2f552e2cec1c23f37be804311fc8 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Jun 26 14:13:13 2024 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jul 03 21:05:38 2024 +0000 |
tree | b87b71f06184ce2ef7b15c898b056c0b9a2ca7fb | |
parent | a077645f235f771c9a94eeeff47e7da7cc7c138f [diff] |
checks-jenkins: build for stable-3.10 using master Change-Id: Ieb1b667a074a9707da454107f9a5f23f555f3607
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/