commit | 02011eb65cb3ea683c36d7258a2cd7eb281bc4b9 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Fri May 03 09:41:48 2024 +0200 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Fri May 03 09:41:48 2024 +0200 |
tree | 6f5746cf06ec33c4863a62f9554d334ad1bb22f8 | |
parent | b105e454e0869a6d3d258abb7a32c5576ebf4b5e [diff] |
Build its-jira in 3.9 Change-Id: I81ebe08219204e4338d93647251061b420e58c0d
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/