PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
codepipeline
**To view the structure of a pipeline** This example returns the structure of a pipeline named MyFirstPipeline. Command:: aws codepipeline get-pipeline --name MyFirstPipeline Output:: { "pipeline": { "roleArn": "arn:aws:iam::111111111111:role/AWS-CodePipeline-Service", "stages": [ { "name": "Source", "actions": [ { "inputArtifacts": [], "name": "Source", "actionTypeId": { "category": "Source", "owner": "AWS", "version": "1", "provider": "S3" }, "outputArtifacts": [ { "name": "MyApp" } ], "configuration": { "S3Bucket": "awscodepipeline-demo-bucket", "S3ObjectKey": "aws-codepipeline-s3-aws-codedeploy_linux.zip" }, "runOrder": 1 } ] }, { "name": "Beta", "actions": [ { "inputArtifacts": [ { "name": "MyApp" } ], "name": "CodePipelineDemoFleet", "actionTypeId": { "category": "Deploy", "owner": "AWS", "version": "1", "provider": "CodeDeploy" }, "outputArtifacts": [], "configuration": { "ApplicationName": "CodePipelineDemoApplication", "DeploymentGroupName": "CodePipelineDemoFleet" }, "runOrder": 1 } ] } ], "artifactStore": { "type": "S3", "location": "codepipeline-us-east-1-11EXAMPLE11" }, "name": "MyFirstPipeline", "version": 1 } }
[-] create-custom-action-type.rst
[edit]
[-] create-pipeline.rst
[edit]
[-] poll-for-jobs.rst
[edit]
[+]
..
[-] get-job-details.rst
[edit]
[-] delete-custom-action-type.rst
[edit]
[-] list-action-types.rst
[edit]
[-] update-pipeline.rst
[edit]
[-] delete-pipeline.rst
[edit]
[-] get-pipeline-state.rst
[edit]
[-] disable-stage-transition.rst
[edit]
[-] acknowledge-job.rst
[edit]
[-] list-pipelines.rst
[edit]
[-] get-pipeline.rst
[edit]
[-] enable-stage-transition.rst
[edit]
[-] start-pipeline-execution.rst
[edit]