Skip to content

Commit

Permalink
Update catalog-info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Jun 18, 2024
1 parent d16085b commit df2bf65
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,42 @@ spec:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY

# Declare link-checker
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-docs-build-air-gapped
description: Build air-gapped
links:
- title: Pipeline
url: https://buildkite.com/elastic/docs-build-air-gapped

spec:
type: buildkite-pipeline
owner: group:docs
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: docs / link-checker
spec:
repository: elastic/docs
pipeline_file: ".buildkite/link-checker.yml"
provider_settings:
trigger_mode: none
schedules:
Daily Run:
branch: "master"
# This cron won't run until 2044 (yes, we want that for now)
cronline: "0 0 29 2 1"
message: "Check links between MDX and Legacy docs."
teams:
docs-build-guild:
access_level: MANAGE_BUILD_AND_READ
docs:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit df2bf65

Please sign in to comment.