跳到主要内容

AWS CodePipeline with YAML

List of YAML parameters and examples for the "AWS CodePipeline" action

YAML parameters for AWS CodePipeline

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Must be set to CODE_PIPELINE.
code_pipeline_name
必填
StringThe name of the AWS CodePipeline pipeline triggered by the action.
region
必填
StringThe Amazon region.
integration_hash
必填
StringThe ID of the integration.
wait_for_completeBooleanIf set to true, the action will wait for the CodePipeline to finish.

YAML example for AWS CodePipeline

  - action: "Trigger AWS CodePipeline"
type: "CODE_PIPELINE"
region: "us-west-2"
code_pipeline_name: "my_codepipeline_name"
integration_hash: "5ddb7c180fb38be67bd78a88a"