404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.11.217: ~ $
**To get a list of AWS CodeBuild builds IDs.**

The following ``list-builds`` example gets a list of CodeBuild IDs sorted in ascending order. ::

    aws codebuild list-builds --sort-order ASCENDING

The output includes a ``nextToken`` value which indicates that there is more output available. ::

    {
        "nextToken": "4AEA6u7J...The full token has been omitted for brevity...MzY2OA==",
        "ids": [
            "codebuild-demo-project:815e755f-bade-4a7e-80f0-efe51EXAMPLE"
            "codebuild-demo-project:84a7f3d1-d40e-4956-b4cf-7a9d4EXAMPLE"
                ... The full list of build IDs has been omitted for brevity ...
            "codebuild-demo-project:931d0b72-bf6f-4040-a472-5c707EXAMPLE"
        ]
    }

Run this command again and provide the ``nextToken`` value in the previous response as a parameter to get the next part of the output. Repeat until you don't receive a ``nextToken`` value in the response. ::

    aws codebuild list-builds --sort-order ASCENDING --next-token 4AEA6u7J...The full token has been omitted for brevity...MzY2OA==

Next part of the output::

    {
        "ids": [       
            "codebuild-demo-project:49015049-21cf-4b50-9708-df115EXAMPLE",
            "codebuild-demo-project:543e7206-68a3-46d6-a4da-759abEXAMPLE",
                ... The full list of build IDs has been omitted for brevity ...
            "codebuild-demo-project:c282f198-4582-4b38-bdc0-26f96EXAMPLE"
        ]
    }

For more information, see `View a List of Build IDs (AWS CLI) <https://docs.aws.amazon.com/codebuild/latest/userguide/view-build-list.html>`_ in the *AWS CodeBuild User Guide*


Filemanager

Name Type Size Permission Actions
batch-delete-builds.rst File 917 B 0644
batch-get-build-batches.rst File 7.91 KB 0644
batch-get-builds.rst File 15.51 KB 0644
batch-get-projects.rst File 4.28 KB 0644
batch-get-report-groups.rst File 1.05 KB 0644
batch-get-reports.rst File 2.8 KB 0644
create-project.rst File 4.46 KB 0755
create-report-group.rst File 1.39 KB 0644
create-webhook.rst File 2.95 KB 0755
delete-build-batch.rst File 870 B 0644
delete-project.rst File 402 B 0755
delete-report-group.rst File 483 B 0644
delete-report.rst File 441 B 0644
delete-source-credentials.rst File 699 B 0755
delete-webhook.rst File 465 B 0755
describe-code-coverages.rst File 1.66 KB 0644
describe-test-cases.rst File 1.77 KB 0644
import-source-credentials.rst File 729 B 0755
invalidate-project-cache.rst File 440 B 0755
list-build-batches-for-project.rst File 587 B 0644
list-build-batches.rst File 491 B 0644
list-builds-for-project.rst File 964 B 0755
list-builds.rst File 1.59 KB 0755
list-curated-environment-images.rst File 1.69 KB 0755
list-projects.rst File 1.48 KB 0755
list-report-groups.rst File 692 B 0644
list-reports-for-report-group.rst File 803 B 0644
list-reports.rst File 705 B 0644
list-shared-projects.rst File 627 B 0644
list-shared-report-groups.rst File 713 B 0644
list-source-credentials.rst File 1017 B 0755
retry-build-batch.rst File 6.44 KB 0644
retry-build.rst File 3 KB 0644
start-build-batch.rst File 2.52 KB 0644
start-build.rst File 2.86 KB 0755
stop-build-batch.rst File 5.93 KB 0644
stop-build.rst File 5.09 KB 0755
update-project.rst File 2.55 KB 0755
update-report-group.rst File 952 B 0644
update-webhook.rst File 2.54 KB 0755