Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huseyinnurbaki/backstage-plugin-gitlab
https://github.com/huseyinnurbaki/backstage-plugin-gitlab
backstage backstage-plugin gitlab plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huseyinnurbaki/backstage-plugin-gitlab
- Owner: Huseyinnurbaki
- Created: 2021-04-30T22:01:28.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-06-01T20:51:07.000Z (over 3 years ago)
- Last Synced: 2024-10-14T08:13:38.546Z (3 months ago)
- Topics: backstage, backstage-plugin, gitlab, plugin
- Language: TypeScript
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 3
- 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:
.....
```