Operations Center Parent 3.27406

1 minute read

RELEASED: Public: March 5, 2025

New features

None.

Feature enhancements

None.

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 the triggerRemoteJob 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 configured startedTimeout time span for the step, which now defaults to one hour.

Note that other modes have different behavior. For example:

  • fireAndForget and confirmScheduled 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 configured timeout time span for the step.

  • awaitResult only records build numbers in metadata once the downstream build finishes.

Known issues

None.

Upgrade notes

None.