From 33d7aceafce2628d76ef5d74430bbf02ef50bd71 Mon Sep 17 00:00:00 2001 From: Dan-Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:00:15 -0400 Subject: [PATCH 1/2] Hacktoberfest docs-to-code-migration --- README.md | 26 +++++++++++++++++++++++--- pom.xml | 2 +- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7550b73..f84d984 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,27 @@ # Aggregated Pipeline View -The View offers a simple functionality of showing latest pipeline build togheter with their stages. -From the view you can navigate back to the build number that was generated. +The Aggregated Pipeline View offers a simple functionality of showing the latest pipeline build together with its stages. It allows the users to view the history of their pipelines with stage information (failed/In Progress/Passed) and the changes monitored. +![Aggregated Pipeline View](screenshots/AggregatedPipeline.png) -![Fullscreen](./screenshots/AggregatedPipeline.png?raw=true =625x) \ No newline at end of file +Releases: + +- 1.8 Added the option for showing only the last build of a pipeline + matching the patterns +- 1.7 bugfixes +- 1.6 filter applied on full display name making it easy not to filter + multibranch projects and branchest within its regex: + multibranch-project-name.+(branch1\|branch2\|branch3) \#\[0-9\]+ + +- 1.5 fixed a bug that didn't allow multibranch projects to be + filtered correctly +- 1.4: fixed the auto-refresh +- 1.3: Added option to remove the auto-scrolling of the commits + - fixed + - fixed +- 1.2: fixed the href issue and added auto-scrolling to the list of + commit +- 1.1: fixed an issue that didn't allow the folder or renamed builds + to be displayed +- 1.0: initial release a dashboard like view that selects only + pipelines and presents the stages and the commits on each build. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 660d614..f9dbf78 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ Pipeline Aggregator View Agregates the pipelines on a dashboard like view - https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Aggregator+View + github.com/jenkinsci/pipeline-aggregator-view-plugin From bfb8595fbdb7a3aa7c9881374847c070755f958d Mon Sep 17 00:00:00 2001 From: Dan-Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:05:58 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f84d984..400455d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Aggregated Pipeline View -The Aggregated Pipeline View offers a simple functionality of showing the latest pipeline build together with its stages. It allows the users to view the history of their pipelines with stage information (failed/In Progress/Passed) and the changes monitored. +The Aggregated Pipeline View offers a simple functionality of showing the latest pipeline build together with its stages. +It allows the users to view the history of their pipelines with stage information (failed/In Progress/Passed) and the changes monitored. ![Aggregated Pipeline View](screenshots/AggregatedPipeline.png) @@ -24,4 +25,4 @@ Releases: - 1.1: fixed an issue that didn't allow the folder or renamed builds to be displayed - 1.0: initial release a dashboard like view that selects only - pipelines and presents the stages and the commits on each build. \ No newline at end of file + pipelines and presents the stages and the commits on each build.