Merge pull request #21104 from backstage/philipph/circleci-moved

[CircleCI] Changing ownership & location of CircleCI plugin
This commit is contained in:
Ben Lambert
2023-11-28 10:35:25 +01:00
committed by GitHub
9 changed files with 49 additions and 18 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
# CircleCI Plugin
Website: [https://circleci.com/](https://circleci.com/)
> [!IMPORTANT]
> This plugin is now developed & maintained by CircleCI. Please refer to [their up-to-date documentation](https://github.com/CircleCI-Public/backstage-plugin) & [plugin repository](https://github.com/CircleCI-Public/backstage-plugin/) for help.
## Screenshots
@@ -14,7 +15,7 @@ Website: [https://circleci.com/](https://circleci.com/)
```bash
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-circleci
yarn add --cwd packages/app @circleci/backstage-plugin
```
2. Add the `EntityCircleCIContent` extension to the entity page in your app:
@@ -24,7 +25,7 @@ yarn add --cwd packages/app @backstage/plugin-circleci
import {
EntityCircleCIContent,
isCircleCIAvailable,
} from '@backstage/plugin-circleci';
} from '@circleci/backstage-plugin';
// For example in the CI/CD section
const cicdContent = (