Skip to content

project-codebuild-logs

Actions
Get last codebuild event logs for project
v3
Latest
Star (2)

CodeBuild last event logs

steps:
- uses: actions/checkout@master
- name: Run codebuild logs action
  id: codebuild-event-logs
  uses: stumason/codebuild-logs@v1
  env:
    aws-access-key-id: ${{ secrets.AWS_KEY }}
    aws-secret-access-key: ${{ secrets.AWS_SECRET }}
    aws-region: ${{ secrets.AWS_REGION }}
    codebuild-project-name: ${{ secrets.PROJECT }}

Output

Puts something like the following in your github actions log:

2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase complete: DOWNLOAD_SOURCE State: SUCCEEDED
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase context status code:  Message:
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Entering phase INSTALL
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase complete: INSTALL State: SUCCEEDED
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase context status code:  Message:
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Entering phase PRE_BUILD
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase complete: PRE_BUILD State: SUCCEEDED
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Phase context status code:  Message:
2021-03-17 11:40:59: [Container] 2021/03/17 11:40:55 Entering phase BUILD

project-codebuild-logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get last codebuild event logs for project
v3
Latest

project-codebuild-logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.