scaffolder-backend-module-azure-pipelines icon indicating copy to clipboard operation
scaffolder-backend-module-azure-pipelines copied to clipboard

Plans for adding functionality for alpha backend?

Open twanbeeren opened this issue 10 months ago • 0 comments

I've been using the new version of backstage (v1.25) and it seems that making use of it the new Backend with these modules doesn't work yet. See this documentation tree

Is this in your plans so that I can make use of your plugins via this code in the packages/backend/index.ts

const backend = createBackend();

backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
backend.add(import('@parfuemerie-douglas/scaffolder-backend-module-azure-repositories'));
backend.add(import('@parfuemerie-douglas/scaffolder-backend-module-azure-pipelines'));

backend.start();

twanbeeren avatar Apr 04 '24 08:04 twanbeeren