Skip to content

Commit 4d38b07

Browse files
Create catalog-info file (#678)
1 parent 8e0eeb9 commit 4d38b07

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/rre.schema.json
3+
apiVersion: backstage.io/v1alpha1
4+
kind: Resource
5+
metadata:
6+
name: buildkite-pipeline-elasticsearch-java
7+
description: Buildkite Pipeline for elasticsearch-java
8+
links:
9+
- title: Pipeline
10+
url: https://buildkite.com/elastic/elasticsearch-java
11+
12+
spec:
13+
type: buildkite-pipeline
14+
owner: group:clients-team
15+
system: buildkite
16+
implementation:
17+
apiVersion: buildkite.elastic.dev/v1
18+
kind: Pipeline
19+
metadata:
20+
name: elasticsearch-java
21+
spec:
22+
repository: elastic/elasticsearch-java
23+
pipeline_file: ".buildkite/pipeline.yml"
24+
teams:
25+
# your-team:
26+
# access_level: MANAGE_BUILD_AND_READ
27+
everyone:
28+
access_level: READ_ONLY

0 commit comments

Comments
 (0)