Update screenshots to match latest plugin

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2022-10-19 11:47:10 -04:00
parent a9bb5b5886
commit 383574c49b
7 changed files with 12 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-circleci': patch
---
Update screenshots in documentation to match latest CircleCI plugin
+7 -4
View File
@@ -2,8 +2,11 @@
Website: [https://circleci.com/](https://circleci.com/)
<img src="./src/assets/screenshot-1.png" />
<img src="./src/assets/screenshot-2.png" />
## Screenshots
<img src="./src/assets/screenshot-pipeline-list.png" />
<img src="./src/assets/screenshot-build-details.png" />
<img src="./src/assets/screenshot-build-failure.png" />
## Setup
@@ -37,13 +40,13 @@ const cicdContent = (
# In app-config.yaml
proxy:
'/circleci/api':
target: https://circleci.com/api/v1.1
target: https://app.circleci.com/api/v1.1
headers:
Circle-Token: ${CIRCLECI_AUTH_TOKEN}
```
5. Get and provide a `CIRCLECI_AUTH_TOKEN` as an environment variable (see the [CircleCI docs](https://circleci.com/docs/api/#add-an-api-token)).
6. Add a `circleci.com/project-slug` annotation to your respective `catalog-info.yaml` files, on the format <git-provider>/<owner>/<project> (https://backstage.io/docs/architecture-decisions/adrs-adr002#format).
6. Add an annotation to your respective `catalog-info.yaml` files, with the format `circleci.com/project-slug: <git-provider>/<owner>/<project>` (See reference in [ADR002](https://backstage.io/docs/architecture-decisions/adrs-adr002#format)).
```yaml
# Example catalog-info.yaml entity definition file
Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB