aws codebuild
AWS CodeBuild AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about AWS CodeBuild, see the AWS CodeBuild User Guide
Subcommands
Name | Description |
---|---|
batch-delete-builds | Deletes one or more builds |
batch-get-build-batches | Retrieves information about one or more batch builds |
batch-get-builds | Gets information about one or more builds |
batch-get-projects | Gets information about one or more build projects |
batch-get-report-groups | Returns an array of report groups |
batch-get-reports | Returns an array of reports |
create-project | Creates a build project |
create-report-group | Creates a report group. A report group contains a collection of reports |
create-webhook | For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository. If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds are created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 5 in Change a Build Project's Settings |
delete-build-batch | Deletes a batch build |
delete-project | Deletes a build project. When you delete a project, its builds are not deleted |
delete-report | Deletes a report |
delete-report-group | Deletes a report group. Before you delete a report group, you must delete its reports |
delete-resource-policy | Deletes a resource policy that is identified by its resource ARN |
delete-source-credentials | Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials |
delete-webhook | For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository |
describe-code-coverages | Retrieves one or more code coverage reports |
describe-test-cases | Returns a list of details about test cases for a report |
get-report-group-trend | Analyzes and accumulates test report values for the specified test reports |
get-resource-policy | Gets a resource policy that is identified by its resource ARN |
import-source-credentials | Imports the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository |
invalidate-project-cache | Resets the cache for a project |
list-build-batches | Retrieves the identifiers of your build batches in the current region |
list-build-batches-for-project | Retrieves the identifiers of the build batches for a specific project |
list-builds | Gets a list of build IDs, with each build ID representing a single build |
list-builds-for-project | Gets a list of build identifiers for the specified build project, with each build identifier representing a single build |
list-curated-environment-images | Gets information about Docker images that are managed by AWS CodeBuild |
list-projects | Gets a list of build project names, with each build project name representing a single build project |
list-report-groups | Gets a list ARNs for the report groups in the current AWS account |
list-reports | Returns a list of ARNs for the reports in the current AWS account |
list-reports-for-report-group | Returns a list of ARNs for the reports that belong to a ReportGroup |
list-shared-projects | Gets a list of projects that are shared with other AWS accounts or users |
list-shared-report-groups | Gets a list of report groups that are shared with other AWS accounts or users |
list-source-credentials | Returns a list of SourceCredentialsInfo objects |
put-resource-policy | Stores a resource policy for the ARN of a Project or ReportGroup object |
retry-build | Restarts a build |
retry-build-batch | Restarts a failed batch build. Only batch builds that have failed can be retried |
start-build | Starts running a build |
start-build-batch | Starts a batch build for a project |
stop-build | Attempts to stop running a build |
stop-build-batch | Stops a running batch build |
update-project | Changes the settings of a build project |
update-report-group | Updates a report group |
update-webhook | Updates the webhook associated with an AWS CodeBuild build project. If you use Bitbucket for your repository, rotateSecret is ignored |