From 69f11c052984bfbc72f2e2bcb3d95de8f1178d78 Mon Sep 17 00:00:00 2001 From: Alex McKay <77302540+alex-mckay@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:01:19 -0500 Subject: [PATCH] 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 --------- Signed-off-by: Alex McKay <77302540+alex-mckay@users.noreply.github.com> Signed-off-by: Alex McKay --- workspaces/jenkins/.changeset/large-ties-glow.md | 5 +++++ workspaces/jenkins/plugins/jenkins/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 workspaces/jenkins/.changeset/large-ties-glow.md diff --git a/workspaces/jenkins/.changeset/large-ties-glow.md b/workspaces/jenkins/.changeset/large-ties-glow.md new file mode 100644 index 000000000..9785d2080 --- /dev/null +++ b/workspaces/jenkins/.changeset/large-ties-glow.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-jenkins': patch +--- + +Fix typo in the readme diff --git a/workspaces/jenkins/plugins/jenkins/README.md b/workspaces/jenkins/plugins/jenkins/README.md index 439ab3644..f013260cf 100644 --- a/workspaces/jenkins/plugins/jenkins/README.md +++ b/workspaces/jenkins/plugins/jenkins/README.md @@ -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';