| commit | 3a8f6d72a644ef6c132636f85aa9affba987602b | [log] [tgz] |
|---|---|---|
| author | Jacek Centkowski <geminica.programs@gmail.com> | Sat Oct 29 13:11:20 2022 +0200 |
| committer | Jacek Centkowski <geminica.programs@gmail.com> | Sat Oct 29 13:11:20 2022 +0200 |
| tree | b4edc84f1a84a3dd304567f4cee43b3fda8b0647 | |
| parent | bffde187781ad222411eebb37440754b40977620 [diff] |
Build 'cache-chroniclemap' master against Gerrit 'stable-3.7' branch Change-Id: Ic4854ff011ee6689ecc9845760413db05f7ce7f8
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 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/