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:
Alex McKay 2024-11-27 11:01:19 -05:00 committed by GitHub
parent d84c8b9a4d
commit 69f11c0529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-jenkins': patch
---
Fix typo in the readme

View File

@ -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';