⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
codebuild
/
View File Name :
list-builds-for-project.rst
**To view a list of builds for an AWS CodeBuild build project.** The following ``list-builds-for-project`` example lists the build IDs in descending order for the specified CodeBuild build project. :: aws codebuild list-builds-for-project --project-name codebuild-demo-project --sort-order DESCENDING Output:: { "ids": [ "codebuild-demo-project:1a2b3c4d-5678-90ab-cdef-11111example", "codebuild-demo-project:1a2b3c4d-5678-90ab-cdef-22222example", "codebuild-demo-project:1a2b3c4d-5678-90ab-cdef-33333example", "codebuild-demo-project:1a2b3c4d-5678-90ab-cdef-44444example", "codebuild-demo-project:1a2b3c4d-5678-90ab-cdef-55555example" ] } For more information, see `View a List of Build IDs for a Build Project (AWS CLI)
`_ in the *AWS CodeBuild User Guide*