commit | e32d199a7faa51518d3119237ad958688f871f63 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 07 10:58:48 2020 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 28 22:34:28 2020 +0000 |
tree | 5e2fb826aa652d4849c1e3e86f73081c3d12af49 | |
parent | 75831975c1cf2866a8df7d891d374d9e6ecd891d [diff] |
Remove '[' in the execution of git diff for .bazelversion The execution of commands inside an if statement does not require any squared brackets. Change-Id: Ib576c2d2cefe6e447680c388e3688f1dbf6b4609
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 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/