commit | b7f98ea101392db4ba5b62941e8f86fb91cd3f57 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Sat Jun 15 14:15:08 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue Jun 18 21:07:50 2024 +0000 |
tree | 143c39dc03473124c2126ac8a4d0ac35a81f3027 | |
parent | 4ff40e16304ee282316c586d902aa9c10e61f00b [diff] |
Build stable-3.9 for its-phabricator Change-Id: I5fcc3eafdc97fc59278e3013f919bc3045adc98b
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/