<!-- SECURITY ISSUES: Never report security issues on GitHub or other public channels (Gitter/Twitter/etc.) Follow these instruction to report security issues: https://www.jenkins.io/security/#reporting-vulnerabilities --> ### Version report <!-- paste below the version report from https://www.jenkins.io/doc/book/system-administration/diagnosing-errors/#how-to-report-a-bug --> ``` Jenkins and plugins versions report: Jenkins: 2.2.89.3 Check API plugin: 1.7.2 Github Checks plugin: 1.0.13 ``` - What Operating System are you using (both controller, and any agents involved in the problem)? ``` Paste here ``` ### Reproduction steps <!-- - Write bullet-point reproduction steps. - Be explicit about any relevant configuration, jobs, build history, user accounts, etc., redacting confidential information as needed. - The best reproduction steps start with a clean Jenkins install, perhaps a `docker run` command if possible. - Use screenshots where appropriate, copy textual output otherwise. When in doubt, do both. - Include relevant logs, debug if needed - https://www.jenkins.io/doc/book/system-administration/viewing-logs/ --> - In a pipeline job use global pipeline libraries that are implicitly loaded - This means the pipeline library is checked out without any user interaction - In this case the checks seem to be going to the repo holding the pipeline library - Also in general how do we control the repo to which the checks go when a job works with multiple git repos