RELEASED: Public: October 15, 2025
Resolved issues
- Remote trigger: Upstream build now fails if downstream build cannot be scheduled (BEE-61872)
-
In operations center environments (including HA environments), an upstream build could hang indefinitely when a downstream build was refused scheduling (for example, when
Maximum load per replica
is reached). SubscribedRemoteTriggerModes
are now notified when a downstream build cannot be scheduled, and the upstream build fails in all modes exceptFireAndForget
.
Existing notification/callback mechanisms are reused; no new APIs were introduced. Method signatures remain unchanged. No changes are required in existing Pipelines or scripts.