Skip to content

Commit ae5b845

Browse files
authored
Merge pull request #317 from elastic/add-catalog-info
Create catalog-info file
2 parents d4c3dce + f6d2a73 commit ae5b845

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-sql-odbc
7+
description: Buildkite Pipeline for elasticsearch-sql-odbc
8+
links:
9+
- title: Pipeline
10+
url: https://buildkite.com/elastic/elasticsearch-sql-odbc
11+
12+
spec:
13+
type: buildkite-pipeline
14+
owner: group:elasticsearch-team
15+
system: buildkite
16+
implementation:
17+
apiVersion: buildkite.elastic.dev/v1
18+
kind: Pipeline
19+
metadata:
20+
name: elasticsearch-sql-odbc
21+
spec:
22+
repository: elastic/elasticsearch-sql-odbc
23+
pipeline_file: ".buildkite/pipeline.yml"
24+
teams:
25+
elasticsearch-team:
26+
access_level: MANAGE_BUILD_AND_READ
27+
everyone:
28+
access_level: BUILD_AND_READ

0 commit comments

Comments
 (0)