| commit | 743eb42e6d3e67b4e2654995b1399d79f3802888 | [log] [tgz] |
|---|---|---|
| author | David Ostrovsky <david@ostrovsky.org> | Thu Apr 27 13:49:11 2023 +0200 |
| committer | David Ostrovsky <david@ostrovsky.org> | Thu Apr 27 13:49:31 2023 +0200 |
| tree | 11e91677f56188a5d124c066718c669bc960bc71 | |
| parent | 95ca725d49ddb2afabe030732f3daa864696847a [diff] |
Build code-owners against 3.7 branch Also build master branch against gerrit stable-3.8 branch. Change-Id: I0cd7c053fb25fbb9b808a5741883391a742f87ca
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/