From db193f56c4031104dba379dfb2fbcf9245060d34 Mon Sep 17 00:00:00 2001 From: Nassim Kammah Date: Thu, 8 Feb 2024 17:20:58 +0100 Subject: [PATCH] Update docs-preview link (#15918) Following the migration from Jenkins to Buildkite, docs previews are now available at _bk_. More context in https://github.com/elastic/docs/pull/2898 --- .github/workflows/add-docs-preview-link.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-docs-preview-link.yml b/.github/workflows/add-docs-preview-link.yml index 3f1e10652..b99a9fdce 100644 --- a/.github/workflows/add-docs-preview-link.yml +++ b/.github/workflows/add-docs-preview-link.yml @@ -19,9 +19,9 @@ jobs: owner: elastic # when running with on: pull_request_target we get the PR base ref by default ref: ${{ github.event.pull_request.head.sha }} - statusName: "elasticsearch-ci/docs" + statusName: "buildkite/docs-build-pr" # https://elasticsearch-ci.elastic.co/job/elastic+logstash+pull-request+build-docs - # usually finishes in ~ 10 minutes + # usually finishes in ~ 20 minutes timeoutSeconds: 900 intervalSeconds: 30 - name: Add Docs Preview link in PR Comment @@ -29,5 +29,5 @@ jobs: uses: thollander/actions-comment-pull-request@v1 with: message: | - :page_with_curl: **DOCS PREVIEW** :sparkles: https://logstash_${{ github.event.number }}.docs-preview.app.elstc.co/diff + :page_with_curl: **DOCS PREVIEW** :sparkles: https://logstash_bk_${{ github.event.number }}.docs-preview.app.elstc.co/diff GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}