dark-mechanicum/dark-mechanicum/aws-codebuild

GitHub Action to execute AWS CodeBuild jobs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectNameThe name of the CodeBuild build project to start running a buildyes
buildStatusIntervalInterval in milliseconds to control how often should be checked status of buildno5000
logsUpdateIntervalInterval in milliseconds to control how often should be checked new events in logs streamno5000
waitToBuildEndWait till AWS CodeBuild job will be finishednotrue
displayBuildLogsDisplay AWS CodeBuild logs output in the GitHub Actions logs outputnotrue
redirectServiceURLExternal service that can be used for redirects. Example: "https://cloudaws.link/r/"no""
buildspecCustom buildSpec job overrides in the valid JSON formatno{}
namedescription
idThe unique ID for the build
successFlag that marks is current AWS CodeBuild job was finished successfully
buildNumberThe number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change
timeoutInMinutesHow long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes
initiatorThe AWS entity that started the build
buildStatusThe final status of the build. Valid values include: FAILED, FAULT, IN_PROGRESS, STOPPED, SUCCEEDED, TIMED_OUT