| commit | d68a173e7679db3831a7473ee68b1cf64be54ab8 | [log] [tgz] |
|---|---|---|
| author | Frank Borden <frankborden@google.com> | Mon Oct 10 12:17:54 2022 +0200 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Oct 19 21:24:59 2022 +0000 |
| tree | cd50b80e95b581c6a824cff73af4b8dca5c033c1 | |
| parent | e0c046cc6adb95960c2531cebe7d1ce188b7f6cb [diff] |
Avoid naked dep install for plugin/account Change 347834 adds a lock file, migrates to npm, and adds a copy_deps script for installing deps and copying them to local folders as expected Release-Notes: skip Change-Id: I8f5cf6ee1dc9f569b1c133eb2dcac8653e2fc755
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/