-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update GraphQL cookbook with Get Job info by ID #2617
Conversation
Preview URL: https://2617--bk-docs-preview.netlify.app |
Hi @lizrabuya , |
I decided to use 'UUID' instead of 'ID' in the description since (from your example GraphQL query - and correct me if I'm wrong), it looks like jobs have both an ID and UUID, and this query involves getting a job's info by its UUID only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good for to merge this now @lizrabuya :-)
Thanks for this contribution!
We have customers asking how to get job info if they only have a job UUID. One scenario is when debugging agent logs, usually only job UUIDs are logged, without information of the pipeline and build number. Since a few customers have asked this, I think it would be helpful to update our cookbook with an example on how this is done.