Skip to content

Fix missing trigger_short_token delegate on Ci::Bridge

What does this MR do and why?

This was causing a NoMethodError on trigger pipelines. The fixes a transient bug was introduced in !149456 (merged), which is part of the same development milestone, so we're not adding another changelog entry.

See gitlab-com/gl-infra/production#17885 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Run the new tests. See that they pass.
  2. Run the new tests without the delegated method. See that they fail
Edited by Hordur Freyr Yngvason

Merge request reports