

# Public build results in AWS CodeBuild
Public build results

AWS CodeBuild allows the administrator of a CodeBuild project to make the build results for a project available to anyone, including users without an AWS account. This is particularly useful when a third party submits a pull request and needs to see the results of the build that was initiated by the pull request.

The CodeBuild project administrator will provide you with a link to the public build results for a project.

**Topics**
+ [

# Project build results
](project.build-results.md)
+ [

# Build results
](build.build-results.md)

# Project build results


The entry page for a project's build results displays information about the project.

## Configuration


The **Configuration** section contains the following, if applicable. These are configured by the CodeBuild project administrator.

**Source provider**  
The source provider for the project.

**Primary repository**  
The primary source repository for the project.

**Concurrent build limit**  
The maximum number of builds of the project that can run concurrently. 

**Description**  
The description of the project.

## Build history


Displays a list of the builds for the project.

## Batch history


Displays the list of batch build runs, if any.

## Build details


Displays the build information for the project. This includes the following:

**Source**  
The source settings for the project. The contents of this section vary depending on the source provider used. For more information, see [Source](https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-console.html#create-project-console-source) in the *AWS CodeBuild User Guide*.

**Environment**  
The build environment for the project. For more information, see [Build environment reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html) in the *AWS CodeBuild User Guide*.

**Buildspec**  
Displays the buildspec for the project. The buildspec is a YAML file that specifies, among other things, the build commands and the artifacts for the build project. A buildspec can either be a file at the root of the source repository, or part of the project itself. If the buildspec is a file in the repository, a note is displayed. If the buildspec is part of the project, the buildspec source is displayed.  
For more information, see [Buildspec reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) in the *AWS CodeBuild User Guide*.

## Build triggers


Displays the build triggers for the project, if any.

# Build results


The entry page for an individual build result displays information about the project.

## Build logs


Displays the build logs for the build. Build logs are only available if the project administrator has enabled CloudWatch Logs or Amazon S3 log storage for the project.

## Phase details


Displays the build phases and their disposition.

## Build details


Displays the build information for the individual build. This includes the following:

**Source**  
The source settings for the build. The contents of this section vary depending on the source provider used. For more information, see [Source](https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-console.html#create-project-console-source) in the *AWS CodeBuild User Guide*.

**Environment**  
The build environment for the build. For more information, see [Build environment reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html) in the *AWS CodeBuild User Guide*.

**Buildspec**  
Displays the build specification (buildspec) for the build. The buildspec is a YAML file that specifies, among other things, the build commands and the artifacts for the build project. A buildspec can either be a file at the root of the source repository, or part of the project itself. If the buildspec is a file in the repository, a note is displayed. If the buildspec is part of the project, the buildspec source is displayed.  
For more information, see [Buildspec reference](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) in the *AWS CodeBuild User Guide*.

## Artifacts


Displays the artifacts produced by the build, if any. Choosing the artifact link will download the artifact.