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

Store application build metadata artifact for use by the status API #7

Open
mcduffie opened this issue Apr 16, 2024 · 2 comments
Open
Labels

Comments

@mcduffie
Copy link
Collaborator

mcduffie commented Apr 16, 2024

Make it easier to use the Gitlab API to know the source repo for a given Gitlab build

Create some sort of artifact from the build process that allows querying builds through the Gitlab API to allow determination of which build is associated with which APG request through that API.

Maybe simplistic implementation is writing all the inputs from the APG API request into a JSON or YAML file that can be access through the Gitlab API. Maybe also the Gitlab clone endpoint generates a unique identifier that it return with that request that gets passed along to the build process and written into the artifact. Could use system time and a hash function to generate the key.

@mcduffie mcduffie converted this from a draft issue Apr 16, 2024
@mcduffie mcduffie moved this to Todo in Unity Project Board Apr 16, 2024
@mcduffie mcduffie added the U-ADS label Apr 16, 2024
@GodwinShen
Copy link

@mcduffie and @edwinsarkissian ping for status.

@edwinsarkissian
Copy link
Contributor

No work done on this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants