diff --git a/.changeset/perfect-cobras-bake.md b/.changeset/perfect-cobras-bake.md index c6b8f99d18..bf66c12e83 100644 --- a/.changeset/perfect-cobras-bake.md +++ b/.changeset/perfect-cobras-bake.md @@ -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. diff --git a/plugins/jenkins/README.md b/plugins/jenkins/README.md index b3e328da65..73602e3464 100644 --- a/plugins/jenkins/README.md +++ b/plugins/jenkins/README.md @@ -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 = ( - {/* ... */} @@ -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