AWS CodePipeline

Stop 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.

Stops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped state.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

pipelineName [required]

string

The name of the pipeline to stop.

pipelineExecutionId [required]

string

The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState action to retrieve the current pipelineExecutionId.

abandon

boolean

Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions. This option can lead to failed or out-of-sequence tasks.

reason

string

Use this option to enter comments, such as the reason the pipeline was stopped.

Outputs

Champ

Type

Description

amzRequestId [required]

string

pipelineExecutionId

string

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