GLundh / yet-another-build-visualizer-plugin

A plugin that allows visualization of the build flow of upstream and downstream builds in Jenkins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yet-another-build-visualizer

A Jenkins plugin that allows visualization of the build flow of upstream and downstream builds in Jenkins.

Screenshot

This plugin provides a few features not found in any current build flow visualizers:

  • It displays not only downstream builds, but the full build flow from the very first build in the complete pipeline, regardless of which build you are currently visiting.

    In the screenshot above, the selected build is highlighted using a thick dashed border.

  • Since the full chain is always shown, the plugin provides easy and fast navigation between all executed builds in the pipeline.

  • Sports nice and modern interface.

  • It is compatible with all build types in Jenkins and all known mechanisms of triggering downstream builds.

  • Provides visualization without adding actions or tagging builds in Jenkins with additional meta-data, hence it is totally non-destructive and safe for removal without risking serialization issues.

Contributions

Please use google-java-format with default settings for code formatting. PRs containing code that is not formatted correctly will not be merged. Any .groovy file should be checked with CodeNarc (latest stable), using the rules as defined in configs/codenarc_rules.txt.

Plug-in Dependencies

This plugin is dependent on the Downstream Build Cache plugin, which keeps tracks of the upstream->downstream relationship of all builds in Jenkins.

About

A plugin that allows visualization of the build flow of upstream and downstream builds in Jenkins.

License:MIT License


Languages

Language:Java 48.6%Language:Groovy 41.6%Language:CSS 9.8%