-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[DRAFT] Buildkite docs bump testing #16594
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
⏳ Build in-progress, with failures
Failed CI StepsHistory
|
- label: ":rocket: Deploy API documentation" | ||
if: build.branch == 'main' && build.pull_request.id == null | ||
command: | ||
- "bump deploy --doc $DOC_NAME --token $BUMP_TOKEN --file <file-name>" |
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.
- "bump deploy --doc $DOC_NAME --token $BUMP_TOKEN --file <file-name>"
We've now published the document manually on https://www.elastic.co/docs/api/doc/logstash so we now have these doc ID and token values. I can share them privately whenever needed
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.
Thanks for doing this, @rowlandgeoff.
And thank you, @lcawl, for publishing the first revision and providing the values we need to get this implemented.
Updating the logstash Buildkite pipeline to use the
bump
tool when the OpenAPI docs are modified.Rel: https://github.com/elastic/ingest-dev/issues/4327