Update api parity docs and update graphQL cookbook#2243
Update api parity docs and update graphQL cookbook#2243jeremybumsted wants to merge 4 commits intomainfrom
Conversation
|
Preview URL: https://2243--bk-docs-preview.netlify.app |
mbelton-buildkite
left a comment
There was a problem hiding this comment.
A couple of tweaks, then it looks good 😊
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
|
Amazing, thanks @mbelton-buildkite :) |
|
^ I merged in main to pick up a fix for the failing build. |
|
This PR is no longer needed. Both changes have already been applied to the current codebase: Job retry cookbook entry — The GraphQL cookbook now has a "Get retry information for a job" section in pages/apis/graphql/cookbooks/jobs.md (line 195), with an even more detailed query that includes retrySource, retryType, and retriedBy. The PR can be safely closed. |
We have the ability to query detailed retry info for jobs on a given build with only the GraphQL api, so this will update the api differences page, as well as add a query that shows how to do this as an example.