We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77ded17 + 4a3ab18 commit 3ede629Copy full SHA for 3ede629
catalog-info.yaml
@@ -0,0 +1,22 @@
1
+---
2
+apiVersion: backstage.io/v1alpha1
3
+kind: Resource
4
+metadata:
5
+ name: buildkite-pipeline-enterprise-search-php
6
+spec:
7
+ implementation:
8
+ apiVersion: buildkite.elastic.dev/v1
9
+ kind: Pipeline
10
+ metadata:
11
+ description: Enterprise Search PHP Client
12
+ name: enterprise-search-php
13
+ spec:
14
+ default_branch: null
15
+ repository: elastic/enterprise-search-php
16
+ teams:
17
+ devtools-team:
18
+ access_level: MANAGE_BUILD_AND_READ
19
+ everyone:
20
+ access_level: READ_ONLY
21
+ owner: group:devtools-team
22
+ type: buildkite-pipeline
0 commit comments