FIx typo in jenkins readme (#2086)
* Update README.md Signed-off-by: Alex McKay <77302540+alex-mckay@users.noreply.github.com> * add changset Signed-off-by: Alex McKay <amckay@spotify.com> --------- Signed-off-by: Alex McKay <77302540+alex-mckay@users.noreply.github.com> Signed-off-by: Alex McKay <amckay@spotify.com>
This commit is contained in:
parent
d84c8b9a4d
commit
69f11c0529
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-jenkins': patch
|
||||
---
|
||||
|
||||
Fix typo in the readme
|
||||
|
|
@ -63,7 +63,7 @@ const serviceEntityPage = (
|
|||
);
|
||||
```
|
||||
|
||||
If you are using Backstage's [new frontend system](https://backstage.io/docs/frontend-system/), simply import `sonarQubePlugin` in your `App.tsx` and add it to your app's `features` array:
|
||||
If you are using Backstage's [new frontend system](https://backstage.io/docs/frontend-system/), simply import `jenkinsPlugin` in your `App.tsx` and add it to your app's `features` array:
|
||||
|
||||
```typescript
|
||||
import jenkinsPlugin from '@backstage-community/plugin-jenkins/alpha';
|
||||
|
|
|
|||
Loading…
Reference in New Issue