Merge pull request #13748 from timja/patch-4

Add example to Jenkins plugin for permissions
This commit is contained in:
Ben Lambert
2022-09-20 11:43:39 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-jenkins-backend': patch
---
Add example on how to pass through permissions
+1
View File
@@ -43,6 +43,7 @@ export default async function createPlugin(
config: env.config,
catalog,
}),
permissions: env.permissions,
});
}
```