commit | 001752342095e14e92d64552546d734acf9fcc1d | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Tue Oct 25 08:23:56 2022 +0200 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Tue Oct 25 07:05:32 2022 +0000 |
tree | 0f4c9c187993ee77ca2fd3bb058a35be5900c1cf | |
parent | 95b31d64babca8b91ed9d6ec1944bd4cea76875f [diff] |
Build 'healthcheck' master against Gerrit 'stable-3.7' branch Change-Id: I2c5c951df909677ad57cafcd2e1e1ceac24291be
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/