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

Pipeline's UUID and info added to graphql cookbook #2236

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

butterkitty
Copy link
Contributor

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/

@buildkite-docs-bot
Copy link
Collaborator

Preview URL: https://2236--bk-docs-preview.netlify.app

Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
@mbelton-buildkite
Copy link
Contributor

I'll merge main for you to fix the linting error.

Copy link
Contributor

@mbelton-buildkite mbelton-buildkite left a 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants