Use this action to trigger an {AWS} (AWS) CodePipeline, a fully managed continuous delivery service, and fetch the run information as output.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The AWS CodePipeline pipeline name. |
|
JSON |
No |
AWS CodePipeline parameters, formatted as JSON data in key/value pairs. |
In your YAML file, add:
steps:
- name: Run AWS CodePipeline
uses: cloudbees-io/aws-codepipeline-run-pipeline@v1
with:
pipeline-name: codepipeline_001
parameters: {"parameter1":"test1","parameter2":"test2"}
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.