-
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
Pipeline's UUID and info added to graphql cookbook #2236
base: main
Are you sure you want to change the base?
Conversation
Preview URL: https://2236--bk-docs-preview.netlify.app |
Co-authored-by: Michael Belton <[email protected]>
I'll merge |
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.
One last suggestion, but otherwise looks good :)
@@ -105,7 +103,7 @@ query GetPipelineUUID { | |||
|
|||
### Get a pipeline's information | |||
|
|||
You can get specific pipeline information for each of your pipeline. You can retrieve information for each build, jobs, and any other information listed on [this](https://buildkite.com/docs/apis/graphql/schemas/object/pipeline) page. | |||
You can get more specific pipeline information for each of your pipelines. You can retrieve information for each build, jobs, and any other information listed on [this](https://buildkite.com/docs/apis/graphql/schemas/object/pipeline) page. |
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.
You can get more specific pipeline information for each of your pipelines. You can retrieve information for each build, jobs, and any other information listed on [this](https://buildkite.com/docs/apis/graphql/schemas/object/pipeline) page. | |
You can get specific information about your pipelines, including details of each build, job, and anything from the [Pipeline object](/docs/apis/graphql/schemas/object/pipeline). |
Adds to the GraphQL cookbook the ability to retrieve a pipeline's UUID and use that UUID inorder to get in depth info about that pipeline.
Reference HelpScout Ticket: https://secure.helpscout.net/conversation/2280173033/53169/