codebuild_retry_build: Restarts a build

View source: R/codebuild_operations.R

codebuild_retry_buildR Documentation

Restarts a build

Description

Restarts a build.

See https://www.paws-r-sdk.com/docs/codebuild_retry_build/ for full documentation.

Usage

codebuild_retry_build(id = NULL, idempotencyToken = NULL)

Arguments

id

Specifies the identifier of the build to restart.

idempotencyToken

A unique, case sensitive identifier you provide to ensure the idempotency of the retry_build request. The token is included in the retry_build request and is valid for five minutes. If you repeat the retry_build request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.