Skip to content

Missing build-number in CodeBuildEventAdditionalInformation #413

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

Closed
guiminyao opened this issue Nov 29, 2021 · 1 comment
Closed

Missing build-number in CodeBuildEventAdditionalInformation #413

guiminyao opened this issue Nov 29, 2021 · 1 comment

Comments

@guiminyao
Copy link
Contributor

guiminyao commented Nov 29, 2021

Is your feature request related to a problem? Please describe.
The CodeBuildEventAdditionalInformation does not have the field for BuildNumber.
It seems not presented in IN_PROGRESS event. but SUCCEEDED, FAILED, STOPPED events do have the data.

Describe the solution you'd like
add the field to the struct.

BuildNumber int json:"build-number,omitempty"

Thanks.

@guiminyao
Copy link
Contributor Author

The fix PR #417 has been merged.

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

No branches or pull requests

1 participant