Skip to content

Commit

Permalink
Merge pull request #13748 from timja/patch-4
Browse files Browse the repository at this point in the history
Add example to Jenkins plugin for permissions
  • Loading branch information
benjdlambert authored Sep 20, 2022
2 parents 2e288f9 + 95044a1 commit 3142eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-lies-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-jenkins-backend': patch
---

Add example on how to pass through permissions
1 change: 1 addition & 0 deletions plugins/jenkins-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default async function createPlugin(
config: env.config,
catalog,
}),
permissions: env.permissions,
});
}
```
Expand Down

0 comments on commit 3142eb7

Please sign in to comment.