Skip to content

Commit e1217e4

Browse files
authored
Doc update (elastic#105270)
Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>. More context in elastic/docs#2898
1 parent 1f0ea3e commit e1217e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/README.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ https://github.com/elastic/docs#readme[elastic/docs README].
1919

2020
=== Preview links for PRs
2121

22-
For open PRs, the `elasticsearch-ci/docs` check generates a live preview of any
22+
For open PRs, a Buildkite job called `docs-build-pr` generates a live preview of any
2323
docs changes. If the check runs successfully, you can find the preview at:
2424

25-
`https://elasticsearch_<PR_NUM>.docs-preview.app.elstc.co/diff`
25+
`https://elasticsearch_bk_<PR_NUM>.docs-preview.app.elstc.co/diff`
2626

27-
`elasticsearch-ci/docs` runs automatically for PRs opened by Elastic employees.
27+
`docs-build-pr` runs automatically for PRs opened by Elastic employees.
2828
To run CI checks on PRs from external contributors, an Elastic employee can
29-
leave a GitHub comment containing `@elasticmachine ok to test`.
29+
leave a GitHub comment containing `run docs-build`.
3030

31-
To re-run `elasticsearch-ci/docs`, an Elastic employee can leave a GitHub
32-
comment containing `@elasticmachine run elasticsearch-ci/docs`.
31+
To re-run `docs-build-pr`, an Elastic employee can leave a GitHub
32+
comment containing `run docs-build`.
3333

3434
== Add API reference pages
3535

0 commit comments

Comments
 (0)