| commit | 8152fffb0b8b72f7d38caf7e3b0f38e92e482af8 | [log] [tgz] |
|---|---|---|
| author | Antonio Barone <syntonyze@gmail.com> | Tue May 10 11:15:54 2022 +0100 |
| committer | Antonio Barone <syntonyze@gmail.com> | Tue May 10 11:36:33 2022 +0100 |
| tree | faa774edaf3af3f618bfbaaee8ca91314d1f821b | |
| parent | d6839384f7ec07f3515ebb113668b9788a7a7150 [diff] |
Update default SSL cert The default SSL certificate for the *.gerrit-demo.gerritforgeaws.com domain expired on the 5th of April 2022. Since then the gatling-gerrit-test failed. Update the default SSL certificate to the newly generated one. Bug: Issue 15864 Change-Id: I30ea6451c5382d103d22659cbe071c0b46a079a5
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/