| commit | 8b874790a8d24e8fe3d815af16f461773ad431b7 | [log] [tgz] |
|---|---|---|
| author | David Ostrovsky <david@ostrovsky.org> | Tue Jun 13 08:23:33 2023 +0200 |
| committer | David Ostrovsky <david.ostrovsky@gmail.com> | Wed Jun 14 16:17:23 2023 +0000 |
| tree | f33f69fdbb6f40e8c1c40936135661aaa7b281a0 | |
| parent | 43f1ecc04eb9ae8271b4a6775c1c24f0b458f18b [diff] |
Build virtualhost module against stable-3.8 branch Change-Id: I1f658217e999637d4de894f4fff7e8e46a3ebd08
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/