AWS CodePipeline with YAML

YAML parameters for AWS CodePipeline

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Must be set to CODE_PIPELINE.
code_pipeline_name
Required
StringThe name of the AWS CodePipeline pipeline triggered by the action.
region
Required
StringThe Amazon region.
integration_hash
Required
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

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

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.