AWS CodePipeline

Put action revision

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.

Provides information to CodePipeline about new revisions to a source.

Inputs

Expand All

Champ

Type

Description

region [required]

enum

default: us-east-1

pipelineName [required]

string

The name of the pipeline that starts processing the revision to the source.

stageName [required]

string

The name of the stage that contains the action that acts on the revision.

actionName [required]

string

The name of the action that processes the revision.

actionRevision [required]

object

Represents information about the version (or revision) of an action.

revisionId [required]

string

The system-generated unique ID that identifies the revision number of the action.

revisionChangeId [required]

string

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

created [required]

date-time

The date and time when the most recent version of the action was created, in timestamp format.

Outputs

Champ

Type

Description

amzRequestId [required]

string

newRevision

boolean

Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

pipelineExecutionId

string

The ID of the current workflow state of the pipeline.