Skip to content

cloudbees-io/aws-codepipeline-run-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

CloudBees action: Run a AWS CodePipeline

Use this action to trigger an {AWS} (AWS) CodePipeline, a fully managed continuous delivery service, and fetch the run information as output.

Inputs

Table 1. Input details
Input name Data type Required? Description

pipeline-name

String

Yes

The AWS CodePipeline pipeline name.

parameters

JSON

No

AWS CodePipeline parameters, formatted as JSON data in key/value pairs.

Usage example

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"}

License

This code is made available under the MIT license.

References

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •