瀏覽代碼

Doc update (#105270)

Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>.

More context in https://github.com/elastic/docs/pull/2898
Nassim Kammah 1 年之前
父節點
當前提交
e1217e41db
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      docs/README.asciidoc

+ 6 - 6
docs/README.asciidoc

@@ -19,17 +19,17 @@ https://github.com/elastic/docs#readme[elastic/docs README].
 
 === Preview links for PRs
 
-For open PRs, the `elasticsearch-ci/docs` check generates a live preview of any
+For open PRs, a Buildkite job called `docs-build-pr` generates a live preview of any
 docs changes. If the check runs successfully, you can find the preview at:
 
-`https://elasticsearch_<PR_NUM>.docs-preview.app.elstc.co/diff`
+`https://elasticsearch_bk_<PR_NUM>.docs-preview.app.elstc.co/diff`
 
-`elasticsearch-ci/docs` runs automatically for PRs opened by Elastic employees.
+`docs-build-pr` runs automatically for PRs opened by Elastic employees.
 To run CI checks on PRs from external contributors, an Elastic employee can
-leave a GitHub comment containing `@elasticmachine ok to test`.
+leave a GitHub comment containing `run docs-build`.
 
-To re-run `elasticsearch-ci/docs`, an Elastic employee can leave a GitHub
-comment containing `@elasticmachine run elasticsearch-ci/docs`.
+To re-run `docs-build-pr`, an Elastic employee can leave a GitHub
+comment containing `run docs-build`.
 
 == Add API reference pages