Skip to content

Commit

Permalink
Merge pull request #150 from mdsol/tech/add_factbook
Browse files Browse the repository at this point in the history
Add factbook
  • Loading branch information
mayman authored Jul 18, 2024
2 parents b318b30 + 9211da6 commit cb262c7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions factbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: backstage.io/v1alpha1 # This is a constant, just leave as is.
kind: Component
spec:
type: library
lifecycle: production
metadata:
json_schema:
# This is a constant, just leave as is.
"https://github.com/mdsol/platform-standards/tree/master/schemas/v1alpha1.schema.json"
name: mauth-jvm-clients
description: MAuth Clients for JVM based applications.
teams:
- name: "Team 73 - Navy Seals"
number: 73
- name: Team 259
number: 259
- name: Team 55
number: 55
- name: Team 58
number: 58
people:
- role: engineer
email: tmilner
- role: engineer
email: digeorgiev
- role: engineer
email: fserra
- role: engineer
email: bgong
pipelines:
- url: https://app.travis-ci.com/github/mdsol/mauth-jvm-clients/
role: Integration

0 comments on commit cb262c7

Please sign in to comment.