Restarts a failed batch build. Only batch builds that have failed can be retried.
See https://www.paws-r-sdk.com/docs/codebuild_retry_build_batch/ for full documentation.
codebuild_retry_build_batch(
id = NULL,
idempotencyToken = NULL,
retryType = NULL
)
Specifies the identifier of the batch build to restart.
A unique, case sensitive identifier you provide to ensure the
idempotency of the retry_build_batch
request. The token is included in the
retry_build_batch
request and is valid
for five minutes. If you repeat the
retry_build_batch
request with the same
token, but change a parameter, CodeBuild returns a parameter mismatch
error.
Specifies the type of retry to perform.