mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* [api-docs] Add pipeline to build api_docs daily * Fix kibanamachine remote * Add --repo * Fix PR creation * [api-docs] Daily api_docs build Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
13 lines
292 B
YAML
13 lines
292 B
YAML
env:
|
|
PUBLISH_API_DOCS_CHANGES: 'true'
|
|
steps:
|
|
- command: .buildkite/scripts/steps/build_api_docs.sh
|
|
label: 'Build API Docs'
|
|
agents:
|
|
queue: n2-4-spot
|
|
key: build_api_docs
|
|
timeout_in_minutes: 60
|
|
retry:
|
|
automatic:
|
|
- exit_status: '-1'
|
|
limit: 3
|