readme and changeset modified according to the new changes

Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
Abhay-soni-developer
2023-09-20 14:55:58 +05:30
parent 863cc1c99a
commit 693ef6e5f0
2 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -3,5 +3,7 @@
'@backstage/plugin-jenkins': minor
---
Added JobRunTable in EntityPage
Added JobRunTable Component.
Added new Route and extended Api to get buildJobs.
Actions column has a new icon button, clicking on which takes us to page where we
can see all the job runs.
+1 -3
View File
@@ -28,7 +28,6 @@ import {
EntityJenkinsContent,
EntityLatestJenkinsRunCard,
isJenkinsAvailable,
EntityJobRunsTable,
} from '@backstage/plugin-jenkins';
// You can add the tab to any number of pages, the service page is shown as an
@@ -54,7 +53,6 @@ const serviceEntityPage = (
<EntitySwitch>
<EntitySwitch.Case if={isJenkinsAvailable}>
<EntityJenkinsContent />
<EntityJobRunsTable />
</EntitySwitch.Case>
{/* ... */}
</EntitySwitch>
@@ -106,4 +104,4 @@ spec:
## EntityJobRunsTable
- View all builds of a particular job
- shows average build for successful builds
- shows average build time for successful builds