Skip to content

Move pipeline definition from terrazzo. #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: ecs-logging-java-release
description: 'The ECS logging Java Release :pipeline:'
links:
- title: Pipeline
url: https://buildkite.com/elastic/ecs-logging-java-release

spec:
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: 'The ECS logging Java Release :pipeline:'
name: ecs-logging-java-release
spec:
default_branch: null
pipeline_file: .buildkite/release.yml
provider_settings:
trigger_mode: none
repository: elastic/ecs-logging-java
teams:
apm-agent-java: {}
everyone:
access_level: READ_ONLY
observablt-robots: {}
observablt-robots-automation: {}
owner: group:observablt-robots
type: buildkite-pipeline

---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: ecs-logging-java-snapshot
description: 'The ECS logging Java Snapshot :pipeline:'
links:
- title: Pipeline
url: https://buildkite.com/elastic/ecs-logging-java-snapshot

spec:
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: 'The ECS logging Java Snapshot :pipeline:'
name: ecs-logging-java-snapshot
spec:
default_branch: null
pipeline_file: .buildkite/snapshot.yml
provider_settings:
trigger_mode: none
repository: elastic/ecs-logging-java
teams:
apm-agent-java: {}
everyone:
access_level: READ_ONLY
observablt-robots: {}
observablt-robots-automation: {}
owner: group:observablt-robots
type: buildkite-pipeline
Loading