View source: R/codebuild_operations.R
codebuild_retry_build_batch | R Documentation |
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
)
id |
Specifies the identifier of the batch build to restart. |
idempotencyToken |
A unique, case sensitive identifier you provide to ensure the
idempotency of the |
retryType |
Specifies the type of retry to perform. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.