Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
.....
```