/AWS1/CL_BLD=>RETRYBUILDBATCH()
¶
About RetryBuildBatch¶
Restarts a failed batch build. Only batch builds that have failed can be retried.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_ID
TYPE /AWS1/BLDNONEMPTYSTRING
/AWS1/BLDNONEMPTYSTRING
¶
Specifies the identifier of the batch build to restart.
IV_IDEMPOTENCYTOKEN
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. The token is included in theRetryBuildBatch
request and is valid for five minutes. If you repeat theRetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.
IV_RETRYTYPE
TYPE /AWS1/BLDRETRYBUILDBATCHTYPE
/AWS1/BLDRETRYBUILDBATCHTYPE
¶
Specifies the type of retry to perform.