AWS CodePipeline

Start pipeline execution

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.

Inputs

Expand All

Champ

Type

Description

region [required]

enum

default: us-east-1

name [required]

string

The name of the pipeline to start.

variables

[object]

A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@-_]+, and the values can be anything except an empty string.

name [required]

string

The name of a pipeline-level variable.

value [required]

string

The value of a pipeline-level variable.

clientRequestToken

string

The system-generated unique ID used to identify a unique execution request.

sourceRevisions

[object]

A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

actionName [required]

string

The name of the action where the override will be applied.

revisionType [required]

string

The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.

revisionValue [required]

string

The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.

Outputs

Champ

Type

Description

amzRequestId [required]

string

pipelineExecutionId

string

The unique system-generated ID of the pipeline execution that was started.