commit | 2878cbe43a0575c436c9432f7647c8c70e08efa8 | [log] [tgz] |
---|---|---|
author | Eryk Szymanski <eryksz@gmail.com> | Tue Nov 08 12:58:17 2022 +0100 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Tue Nov 08 14:28:42 2022 +0000 |
tree | cd2199cf09ab6cce89ad60f913cbac7cb8dcc4ff | |
parent | 6475e636d5302f0ea14cc0c6d037a585fd2a7b9f [diff] |
Build lfs master against Gerrit stable-3.7 Change-Id: Ie2a3a64da6d0ac20d215db3648214ded44d1f672
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/