Jenkins servers can be configured for a project by adding a file called checks-jenkins.config
to the refs/meta/config
branch of a project.
checks-jenkins.config
For each Jenkins instance a section with a unique name has to be added.
jenkins.NAME.url : Base URL of Jenkins including protocol, e.g. https://gerrit-ci.gerritforge.com
jenkins:NAME:job : Name of the multibranch pipeline job using the Gerrit SCM source that should be queried for a build for a patchset, e.g. Gerrit-verifier-pipeline. Can be defined multiple times.