Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/pipeline-aggregator-view-plugin
Aggregate Pipeline View for jenkins that shows latest builds of pipelines in jenkins togheter with it's jobs
https://github.com/jenkinsci/pipeline-aggregator-view-plugin
adopt-this-plugin
Last synced: about 1 month ago
JSON representation
Aggregate Pipeline View for jenkins that shows latest builds of pipelines in jenkins togheter with it's jobs
- Host: GitHub
- URL: https://github.com/jenkinsci/pipeline-aggregator-view-plugin
- Owner: jenkinsci
- License: mit
- Created: 2016-10-01T16:05:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T20:29:55.000Z (about 1 month ago)
- Last Synced: 2024-11-13T21:17:43.375Z (about 1 month ago)
- Topics: adopt-this-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/pipeline-aggregator-view/
- Size: 331 KB
- Stars: 6
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.![Aggregated Pipeline View](screenshots/AggregatedPipeline.png)
![Fullscreen](./screenshots/AggregatedPipeline.png?raw=true&width=625x)
Releases:
- 1.15 adding all features back - it seems I used an old branch to fix JENKINS-67157
- 1.14 fixed the jelly issue JENKINS-67157
- 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.