commit | 94f17d2c29040d504e445701c6b3bcc8340f9888 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jun 19 21:07:48 2024 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jun 19 21:11:00 2024 +0000 |
tree | 1da67f0d72c2c6bf0d0dcd47788505ba32bcf76d | |
parent | 1c60760032cc7855628cef48740df30cd1e821c3 [diff] |
Revert^2 "Build oauth plugin against gerrit stable-3.{9,10} branches" This reverts commit 4b179505319bf7911f09677c2cf55e137a99aec7. Reason for revert: stable-3.7 is archived, we can remove the build now. Change-Id: I794514cc947036021d5fa67db45db55bceb2e223
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/