cburgmer / buildviz

Transparency for your build pipeline's results and runtime

Home Page:https://buildviz.cburgmer.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go.cd naming convention uses `::` for separation, buildviz just uses whitespace

cburgmer opened this issue · comments

cctray.xml for Go.cd exports a "build" like pipeline :: stage :: job, we should use the same for consistency. However that would be a breaking change.

Also, possibly a separate issue, having a complex version number for a stage by default doesn't fit the Go.cd UI, as stages are meant to run once by default, and re-runs only seem to happen on manual intervention. Those are marked with e.g. 13 (Run 2) and 13 (Run 3).