Skip to content

Huseyinnurbaki/backstage-plugin-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress

gitlab

Welcome to the gitlab plugin!

Lists jobs of given project. Currently supports single Gitlab host.

Quickstart

$yarn install @hhaluk/backstage-plugin-gitlab

CONFIGURATION

....
gitlab:
  baseUrl: <HOST>
  accessToken: 
    $include: <YOUR_TOKEN>
....
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: <YOUR_PROJECT_ID>
.....