/AWS1/CL_BLD=>RETRYBUILD()
¶
About RetryBuild¶
Restarts a build.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_ID
TYPE /AWS1/BLDNONEMPTYSTRING
/AWS1/BLDNONEMPTYSTRING
¶
Specifies the identifier of the build to restart.
IV_IDEMPOTENCYTOKEN
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuild
request. The token is included in theRetryBuild
request and is valid for five minutes. If you repeat theRetryBuild
request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.