Viewing the results of a build action - Amazon CodeCatalyst

Viewing the results of a build action

Use the following instructions to view the results of a build action, including the generated logs, reports, and variables.

To view the results of a build action
  1. In the navigation pane, choose CI/CD, and then choose Workflows.

  2. Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name.

  3. In the workflow diagram, choose the name of your build action, for example, Build.

  4. To view the logs for the build run, choose Logs. The logs for the various build phases are displayed. You can expand logs as needed.

  5. To view the test reports produced by the build action, choose Reports, or in the navigation pane, choose Reports. For more information, see Test report types.

  6. To view the configuration used for the build action, choose Configuration. For more information, see Adding the build action.

  7. To view the variables used by the build action, choose Variables. For more information, see Working with variables.