Skip to content

tt-togi/yabv-workshop-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Build Visualizer Plug-in

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. In the screenshot above, the build currently visited 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.

Contributing

See CONTRIBUTING.md for details.

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 48.6%
  • Groovy 41.5%
  • CSS 9.9%