Step 9: Get the build output artifact - Amazon CodeBuild
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Step 9: Get the build output artifact

(Previous step: Step 8: View detailed build information)

In this step, you get the messageUtil-1.0.jar file that CodeBuild built and uploaded to the output bucket.

You can use the CodeBuild console or the Amazon S3 console to complete this step.

To get the build output artifact (Amazon CodeBuild console)
  1. With the CodeBuild console still open and the build details page still displayed from the previous step, choose the Build details tab and scroll down to the Artifacts section.

    Note

    If the build details page is not displayed, in the navigation bar, choose Build history, and then choose the Build run link.

  2. The link to the Amazon S3 folder is under the Artifacts upload location. This link opens the folder in Amazon S3 where you find the messageUtil-1.0.jar build output artifact file.

To get the build output artifact (Amazon S3 console)
  1. Open the Amazon S3 console at https://console.amazonaws.cn/s3/.

  2. Open codebuild-region-ID-account-ID-output-bucket.

  3. Open the codebuild-demo-project folder.

  4. Open the target folder, where you find the messageUtil-1.0.jar build output artifact file.

Next step

Step 10: Delete the S3 buckets