-
Notifications
You must be signed in to change notification settings - Fork 5
Add sonarqube
workspace to commit 5f34bac
for backstage 1.35.1
on branch release-1.5
#971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-1.5
Are you sure you want to change the base?
Conversation
…on branch `release-1.5`
/publish |
Publish workflow has completed with success.
|
Successfully updated file |
1 similar comment
Successfully updated file |
/publish |
Publish workflow has completed with success.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with rhdh on a cluster:
includes: []
plugins:
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube-backend:pr_971__0.5.0!backstage-community-plugin-sonarqube-backend
disabled: false
pluginConfig:
sonarqube:
baseUrl: ${SONARQUBE_URL}
apiKey: ${SONARQUBE_TOKEN}
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-sonarqube:pr_971__0.10.0!backstage-community-plugin-sonarqube
disabled: false
pluginConfig:
dynamicPlugins:
frontend:
backstage-community.plugin-sonarqube:
mountPoints:
- mountPoint: entity.page.overview/cards
importName: EntitySonarQubeCard
config:
layout:
gridColumnEnd:
lg: 'span 4'
md: 'span 6'
xs: 'span 12'
if:
allOf:
- isSonarQubeAvailable
Add sonarqube workspace at commit backstage/community-plugins@5f34bac for backstage
1.35.1
on branchrelease-1.5
.This PR was created automatically.
You might need to complete it with additional dynamic plugin export information, like:
app-config.dynamic.yaml
file for frontend plugins,scalprum-config.json
file for frontend plugins,Before merging, you need to export the workspace dynamic plugins as OCI images,
and test them inside a RHDH instance.
To do so, you can use the
/publish
instruction in a PR review comment.This will start a PR check workflow to: