RELEASED: Public: March 5, 2025
Resolved issues
- The
triggerRemoteJob
Pipeline step now tracks build numbers of in-progress downstream builds in certain cases (BEE-55056) -
When using the
trackProgressAwaitResult
mode of thetriggerRemoteJob
Pipeline step, the build number of the downstream job was not recorded in metadata used by build visualization tools, such as CloudBees Pipeline Explorer, until the downstream build completed. Now, the build number of the downstream job is available in metadata once the downstream job starts, as long as the job starts within the configuredstartedTimeout
time span for the step, which now defaults to one hour.
Note that other modes have different behavior. For example:
-
fireAndForget
andconfirmScheduled
do not record build numbers in metadata. -
confirmStarted
records build numbers in metadata once the downstream build starts, as long as the job starts within the configuredtimeout
time span for the step. -
awaitResult
only records build numbers in metadata once the downstream build finishes.