Skip to content

0.4.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 30 Sep 11:39
· 699 commits to master since this release

Breaking changes

  • Go.cd sync
    • The command was renamed to buildviz.go.sync.
    • By default the command will now create jobs in buildviz for a whole stage run. All jobs of a stage will be aggregated, including XML test results. To yield the previous behaviour where a job in buildviz matches a job in Go.cd, specify --sync-jobs PIPELINE for every pipeline in question.
    • Pipeline groups selected for syncing now need to be passed via a command switch instead of as arguments: --pipeline-group GROUP.
    • Job names will be shortened if the Go.cd job name matches the stage name.
    • By default the script will now pick up where it left off when starting a new sync, and when interrupted can now just be re-run without having to start from the original given date.

Other changes

  • New graph for job runtime over time.
  • Multiple occurrences of the same test will now be aggregated instead of averaged over (#5).