Allan Burdajewicz
Allan Burdajewicz
cc @jenkinsci/bitbucket-branch-source-plugin-developers
@nfalco79 all good. Though it looks like there was no automated release for this.
@nfalco79 I think this did not trigger an update because it hasn't been labeled. I can't actually add labels.
Should be linked to https://issues.jenkins.io/browse/JENKINS-70093.
LGTM. Will need the maintainers to double check though ping @jenkinsci/ec2-plugin-developers
First commit to reproduce the failure. Second commit coming soon to demonstrate the fix.
@dwnusbaum @jeromepochat @rsandell Can we merge this ?
@jglick Nope. That https://github.com/jenkinsci/github-branch-source-plugin/pull/840 is for the Organization Scan. This here is for Branch Indexing.
NOTE: Copilot is also an example that interrupts branch indexing. It will be handled specifically at https://github.com/jenkinsci/github-branch-source-plugin/pull/864.
FWIW, I think Open Telemetry was an obvious culprit because it retrieve credentials details on every single step execution. Which can easily reach a high rate in Jenkins. I don't...