AWS CodePipeline

Start pipeline execution

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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

Inputs

Expand All

フィールド

種類

説明

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

フィールド

種類

説明

amzRequestId [required]

string

pipelineExecutionId

string

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