404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.15.26.71: ~ $
**To list action executions**

The following ``list-action-executions`` example views action execution details for a pipeline, such as action execution ID, input artifacts, output artifacts, execution result, and status. ::

    aws codepipeline list-action-executions \
        --pipeline-name myPipeline

Output::

    {
        "actionExecutionDetails": [
            {
                "pipelineExecutionId": "EXAMPLE0-adfc-488e-bf4c-1111111720d3",
                "actionExecutionId": "EXAMPLE4-2ee8-4853-bd6a-111111158148",
                "pipelineVersion": 12,
                "stageName": "Deploy",
                "actionName": "Deploy",
                "startTime": 1598572628.6,
                "lastUpdateTime": 1598572661.255,
                "status": "Succeeded",
                "input": {
                    "actionTypeId": {
                        "category": "Deploy",
                        "owner": "AWS",
                        "provider": "CodeDeploy",
                        "version": "1"
                    },
                    "configuration": {
                        "ApplicationName": "my-application",
                        "DeploymentGroupName": "my-deployment-group"
                    },
                    "resolvedConfiguration": {
                        "ApplicationName": "my-application",
                        "DeploymentGroupName": "my-deployment-group"
                    },
                    "region": "us-east-1",
                    "inputArtifacts": [
                        {
                            "name": "SourceArtifact",
                            "s3location": {
                                "bucket": "artifact-bucket",
                                "key": "myPipeline/SourceArti/key"
                            }
                        }
                    ],
                    "namespace": "DeployVariables"
                },
                "output": {
                    "outputArtifacts": [],
                    "executionResult": {
                        "externalExecutionId": "d-EXAMPLEE5",
                        "externalExecutionSummary": "Deployment Succeeded",
                        "externalExecutionUrl": "https://myaddress.com"
                    },
                    "outputVariables": {}
                }
            },
            {
                "pipelineExecutionId": "EXAMPLE0-adfc-488e-bf4c-1111111720d3",
                "actionExecutionId": "EXAMPLE5-abb4-4192-9031-11111113a7b0",
                "pipelineVersion": 12,
                "stageName": "Source",
                "actionName": "Source",
                "startTime": 1598572624.387,
                "lastUpdateTime": 1598572628.16,
                "status": "Succeeded",
                "input": {
                    "actionTypeId": {
                        "category": "Source",
                        "owner": "AWS",
                        "provider": "CodeCommit",
                        "version": "1"
                    },
                    "configuration": {
                        "BranchName": "production",
                        "PollForSourceChanges": "false",
                        "RepositoryName": "my-repo"
                    },
                    "resolvedConfiguration": {
                        "BranchName": "production",
                        "PollForSourceChanges": "false",
                        "RepositoryName": "my-repo"
                    },
                    "region": "us-east-1",
                    "inputArtifacts": [],
                    "namespace": "SourceVariables"
                },
                "output": {
                    "outputArtifacts": [
                        {
                            "name": "SourceArtifact",
                            "s3location": {
                                "bucket": "my-bucket",
                                "key": "myPipeline/SourceArti/key"
                            }
                        }
                    ],
                    "executionResult": {
                        "externalExecutionId": "1111111ad99dcd35914c00b7fbea13995EXAMPLE",
                        "externalExecutionSummary": "Edited template.yml",
                        "externalExecutionUrl": "https://myaddress.com"
                    },
                    "outputVariables": {
                        "AuthorDate": "2020-05-08T17:45:43Z",
                        "BranchName": "production",
                        "CommitId": "EXAMPLEad99dcd35914c00b7fbea139951111111",
                        "CommitMessage": "Edited template.yml",
                        "CommitterDate": "2020-05-08T17:45:43Z",
                        "RepositoryName": "my-repo"
                    }
                }
            },
    . . . .

For more information, see `View action executions (CLI) <https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-view-cli.html#pipelines-action-executions-cli>`__ in the *AWS CodePipeline User Guide*.

Filemanager

Name Type Size Permission Actions
acknowledge-job.rst File 425 B 0644
create-custom-action-type.rst File 1.5 KB 0644
create-pipeline.rst File 2.07 KB 0644
delete-custom-action-type.rst File 609 B 0644
delete-pipeline.rst File 287 B 0644
delete-webhook.rst File 569 B 0644
deregister-webhook-with-third-party.rst File 564 B 0644
disable-stage-transition.rst File 314 B 0644
enable-stage-transition.rst File 311 B 0644
get-job-details.rst File 2.67 KB 0644
get-pipeline-state.rst File 1.36 KB 0644
get-pipeline.rst File 2.36 KB 0644
list-action-executions.rst File 5.02 KB 0644
list-action-types.rst File 2.31 KB 0644
list-pipeline-executions.rst File 1.22 KB 0644
list-pipelines.rst File 536 B 0644
list-tags-for-resource.rst File 611 B 0644
list-webhooks.rst File 1.32 KB 0644
poll-for-jobs.rst File 3.17 KB 0644
put-webhook.rst File 2 KB 0644
retry-stage-execution.rst File 614 B 0644
start-pipeline-execution.rst File 326 B 0644
stop-pipeline-execution.rst File 786 B 0644
tag-resource.rst File 587 B 0644
untag-resource.rst File 552 B 0644
update-pipeline.rst File 4.09 KB 0644