jenkins: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 23:30:10 +01:00
parent f5f45744e3
commit 025c0c7bf8
6 changed files with 54 additions and 11 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { jenkinsPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(jenkinsPlugin).render();