PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
codepipeline
**To get information about the state of a pipeline** This example returns the most recent state of a pipeline named MyFirstPipeline. Command:: aws codepipeline get-pipeline-state --name MyFirstPipeline Output:: { "created": 1446137312.204, "pipelineName": "MyFirstPipeline", "pipelineVersion": 1, "stageStates": [ { "actionStates": [ { "actionName": "Source", "entityUrl": "https://console.aws.amazon.com/s3/home?#", "latestExecution": { "lastStatusChange": 1446137358.328, "status": "Succeeded" } } ], "stageName": "Source" }, { "actionStates": [ { "actionName": "CodePipelineDemoFleet", "entityUrl": "https://console.aws.amazon.com/codedeploy/home?#/applications/CodePipelineDemoApplication/deployment-groups/CodePipelineDemoFleet", "latestExecution": { "externalExecutionId": "d-EXAMPLE", "externalExecutionUrl": "https://console.aws.amazon.com/codedeploy/home?#/deployments/d-EXAMPLE", "lastStatusChange": 1446137493.131, "status": "Succeeded", "summary": "Deployment Succeeded" } } ], "inboundTransitionState": { "enabled": true }, "stageName": "Beta" } ], "updated": 1446137312.204 }
[-] 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]