Add example to Jenkins plugin for permissions

Signed-off-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
This commit is contained in:
Tim Jacomb
2022-09-20 10:11:02 +01:00
committed by Tim Jacomb
parent d2dc96e4d0
commit 618c06f838
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 passthrough permissions
+1
View File
@@ -43,6 +43,7 @@ export default async function createPlugin(
config: env.config,
catalog,
}),
permissions: env.permissions,
});
}
```