readme and changeset modified according to the new changes
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user