Skip to content

0.9.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 30 Jan 08:39
· 390 commits to master since this release

Breaking changes

  • Schema: source_id has already been replaced with sourceId, but has now been made invalid. The newly introduced triggeredBy now requires a list of entries, instead of a single one.

Bug fixes

  • Jenkins builds can be triggered by multiple others. These occurrences are now correctly reflected in the pipeline graph (#19).

Features

  • New graph "Wait times" to surface bottlenecks in the pipeline.
  • Graph descriptions link to a wiki for more background information.

Improvements

  • On server startup the available options and current settings are displayed.
  • Timestamps for build start and end must now have at least 13 digits. This is to guide users when setting up buildviz integration, and to avoid the issue of incorrectly providing values in seconds.
  • Job names are now wrapped along hyphens and underscore to support long build names in TeamCity.