Monitor remote successful build results.

Monitor One Job

REMOTE_BUILD_NUMBER
The remote build number, such as "153".
REMOTE_BUILD_TIMESTAMP
The remote build timestamp, such as "1676017363424".
REMOTE_BUILD_URL
Full URL of this build, like https://server:port/jenkins/job/foo/15/ (Jenkins URL must be set).
REMOTE_BUILD_RESULT
The remote build result, such as "SUCCESS", "UNSTABLE", "FAILURE", "NOT_BUILT", "ABORTED".
REMOTE_${PARAMETER_NAME}

If remote job use buildWithParameters, use remote parameters replace ${PARAMETER_NAME}.

See the Parameterized Builds documentation for more information about this feature.

Monitor More than One Job

The Unique Identifier(Optional) used to replace injected envs, If didn't set, it will be replace with Remote Job Name

REMOTE_${uid}_BUILD_NUMBER
The remote build number, such as "153".
REMOTE_${uid}_BUILD_TIMESTAMP
The remote build timestamp, such as "1676017363424".
REMOTE_${uid}_BUILD_URL
Full URL of this build, like https://server:port/jenkins/job/foo/15/ (Jenkins URL must be set).
REMOTE_${uid}_BUILD_RESULT
The remote build result, such as "SUCCESS", "UNSTABLE", "FAILURE", "NOT_BUILT", "ABORTED".
REMOTE_${uid}_${PARAMETER_NAME}

If remote job use buildWithParameters, use remote parameters replace ${PARAMETER_NAME}.

See the Parameterized Builds documentation for more information about this feature.