|
| 1 | +--- |
| 2 | +apiVersion: backstage.io/v1alpha1 |
| 3 | +kind: Resource |
| 4 | +metadata: |
| 5 | + name: ecs-logging-java-release |
| 6 | + description: 'The ECS logging Java Release :pipeline:' |
| 7 | + links: |
| 8 | + - title: Pipeline |
| 9 | + url: https://buildkite.com/elastic/ecs-logging-java-release |
| 10 | + |
| 11 | +spec: |
| 12 | + implementation: |
| 13 | + apiVersion: buildkite.elastic.dev/v1 |
| 14 | + kind: Pipeline |
| 15 | + metadata: |
| 16 | + description: 'The ECS logging Java Release :pipeline:' |
| 17 | + name: ecs-logging-java-release |
| 18 | + spec: |
| 19 | + default_branch: null |
| 20 | + pipeline_file: .buildkite/release.yml |
| 21 | + provider_settings: |
| 22 | + trigger_mode: none |
| 23 | + repository: elastic/ecs-logging-java |
| 24 | + teams: |
| 25 | + apm-agent-java: {} |
| 26 | + everyone: |
| 27 | + access_level: READ_ONLY |
| 28 | + observablt-robots: {} |
| 29 | + observablt-robots-automation: {} |
| 30 | + owner: group:observablt-robots |
| 31 | + type: buildkite-pipeline |
| 32 | + |
| 33 | +--- |
| 34 | +apiVersion: backstage.io/v1alpha1 |
| 35 | +kind: Resource |
| 36 | +metadata: |
| 37 | + name: ecs-logging-java-snapshot |
| 38 | + description: 'The ECS logging Java Snapshot :pipeline:' |
| 39 | + links: |
| 40 | + - title: Pipeline |
| 41 | + url: https://buildkite.com/elastic/ecs-logging-java-snapshot |
| 42 | + |
| 43 | +spec: |
| 44 | + implementation: |
| 45 | + apiVersion: buildkite.elastic.dev/v1 |
| 46 | + kind: Pipeline |
| 47 | + metadata: |
| 48 | + description: 'The ECS logging Java Snapshot :pipeline:' |
| 49 | + name: ecs-logging-java-snapshot |
| 50 | + spec: |
| 51 | + default_branch: null |
| 52 | + pipeline_file: .buildkite/snapshot.yml |
| 53 | + provider_settings: |
| 54 | + trigger_mode: none |
| 55 | + repository: elastic/ecs-logging-java |
| 56 | + teams: |
| 57 | + apm-agent-java: {} |
| 58 | + everyone: |
| 59 | + access_level: READ_ONLY |
| 60 | + observablt-robots: {} |
| 61 | + observablt-robots-automation: {} |
| 62 | + owner: group:observablt-robots |
| 63 | + type: buildkite-pipeline |
0 commit comments