https://github.com/marcus-crane/plugin-cicd-statistics-travisci
A diff demonstrating a TravisCI implementation of the CI/CD statistics plugin for Backstage
https://github.com/marcus-crane/plugin-cicd-statistics-travisci
backstage backstage-plugin cicd cicd-statistics travis-ci
Last synced: 15 days ago
JSON representation
A diff demonstrating a TravisCI implementation of the CI/CD statistics plugin for Backstage
- Host: GitHub
- URL: https://github.com/marcus-crane/plugin-cicd-statistics-travisci
- Owner: marcus-crane
- License: mit
- Created: 2022-03-25T21:19:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T21:38:10.000Z (over 4 years ago)
- Last Synced: 2025-11-18T02:28:03.499Z (7 months ago)
- Topics: backstage, backstage-plugin, cicd, cicd-statistics, travis-ci
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-cicd-statistics-travisci
A TravisCI implementation of the CI/CD statistics plugin for Backstage
This is NOT a valid plugin, it simply demonstrates how you might go about writing a cicd-statistics provider
You should treat this repo as a diff of sorts. These files are what I altered to implement Travis CI but it should roughly apply to any CI/CD provider.
It also isn't complete. It renders builds but none of the actual filtering mechanisms are wired up
Eventually I would like to tidy it up (currently typescript checks fail) and submit it to backstage core