Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GitHub Action outputs #44

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Added GitHub Action outputs #44

merged 1 commit into from
Jul 21, 2022

Conversation

akazakou
Copy link
Contributor

Changes

  • Added GitHub Action outputs

GitHub Action Outputs

Current action provides a set of outputs, that you can use in the next steps:

  • id [string] - The unique ID for the build
  • success [boolean] - Flag that marks is current AWS CodeBuild job was finished successfully
  • buildNumber [number] - The 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.
  • timeoutInMinutes [number] - How 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
  • initiator [string] - The AWS entity that started the build
  • buildStatus [string] - The final status of the build. Valid values include:
    • FAILED: The build failed.
    • FAULT: The build faulted.
    • IN_PROGRESS: The build is still in progress.
    • STOPPED: The build stopped.
    • SUCCEEDED: The build succeeded.
    • TIMED_OUT: The build timed out.

@akazakou akazakou enabled auto-merge (squash) July 21, 2022 08:35
@akazakou akazakou merged commit e4b7a5f into main Jul 21, 2022
@akazakou akazakou deleted the feature/outputs branch July 21, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant