Merge pull request #13748 from timja/patch-4
Add example to Jenkins plugin for permissions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
---
|
||||
|
||||
Add example on how to pass through permissions
|
||||
@@ -43,6 +43,7 @@ export default async function createPlugin(
|
||||
config: env.config,
|
||||
catalog,
|
||||
}),
|
||||
permissions: env.permissions,
|
||||
});
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user