| commit | a5a433ebeb00d5521cbac6591a00e2a09b8cc50e | [log] [tgz] |
|---|---|---|
| author | Fabio Ponciroli <ponch78@gmail.com> | Mon Oct 06 16:54:19 2025 +0200 |
| committer | Fabio Ponciroli <ponch78@gmail.com> | Mon Oct 06 16:54:19 2025 +0200 |
| tree | 5c85f192e57eb49c88738735f99f1cd3f19ffe81 | |
| parent | d43289bf6d849f5c4c5eab4059b1f12354d9ae21 [diff] |
Analytics wizard plugin is not maintained anymore The plugin was build for an old Gerrit version as a demo for a GUS. There hasn't been any development since December 2019. Change-Id: I97f843ca187d6664a4a205841d85bb06629958ef
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/