https://github.com/huseyinnurbaki/backstage-plugin-gitlab
https://github.com/huseyinnurbaki/backstage-plugin-gitlab
backstage backstage-plugin gitlab plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huseyinnurbaki/backstage-plugin-gitlab
- Owner: Huseyinnurbaki
- Created: 2021-04-30T22:01:28.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-06-01T20:51:07.000Z (about 5 years ago)
- Last Synced: 2025-08-02T00:27:15.315Z (11 months ago)
- Topics: backstage, backstage-plugin, gitlab, plugin
- Language: TypeScript
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work In Progress
# gitlab
Welcome to the gitlab plugin!
Lists jobs of given project.
Currently supports single Gitlab host.
# Quickstart
```console
$yarn install @hhaluk/backstage-plugin-gitlab
```
## CONFIGURATION
```yaml
....
gitlab:
baseUrl:
accessToken:
$include:
....
```
```yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage
description: |
Backstage is an open-source developer portal that puts the developer experience first.
annotations:
gitlab/projectID:
.....
```