Skip to content

Commit cac4aa4

Browse files
authored
Merge pull request #3 from elastic/add-catalog-info
Create catalog-info file
2 parents 15a53e6 + bd37037 commit cac4aa4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

catalog-info.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
3+
apiVersion: backstage.io/v1alpha1
4+
kind: Resource
5+
metadata:
6+
name: buildkite-pipeline-kibana-custom-nodejs-builds
7+
description: Buildkite Pipeline for kibana-custom-nodejs-builds
8+
links:
9+
- title: Pipeline
10+
url: https://buildkite.com/elastic/kibana-custom-nodejs-builds
11+
12+
spec:
13+
type: buildkite-pipeline
14+
owner: group:kibana-operations
15+
system: buildkite
16+
implementation:
17+
apiVersion: buildkite.elastic.dev/v1
18+
kind: Pipeline
19+
metadata:
20+
name: kibana-custom-nodejs-builds
21+
spec:
22+
repository: elastic/kibana-custom-nodejs-builds
23+
pipeline_file: ".buildkite/pipeline.yml"
24+
teams:
25+
kibana-operations:
26+
access_level: MANAGE_BUILD_AND_READ
27+
everyone:
28+
access_level: READ_ONLY

0 commit comments

Comments
 (0)