RELEASED: Public: June 25, 2025
Resolved issues
Avoid thread consumption from triggerRemoteJob (BEE-57685):
When the Pipeline triggerRemoteJob step was running in some modes, it consumed an operating system thread while waiting for the downstream build to complete. (This also applied to the build step running in an High Availability (HA) controller when the build step emulation is enabled.) This remains true on Java 17. However, a controller running Java 21 (or newer) will not consume a thread while this step runs.