Description of the feature request
Currently build screen shows minimal information for each build:
- branch | workflow
- time trigerred | build time | #build id
it would be nice to show additional custom information that are meaningful about the build.
Use case / for what or how I would use it
Currently, reading values such as the build number (and not the build id) requires printing this value in the logs and scrolling through the Bitrise interface looking for this particular line.
It would therefore be very useful to include additional values in the build screen, in order to rapidly access useful information about the job.
One way of doing it could be to allow users to specify which ENV vars should be displayed on each build summary.
For example ENV[“BUILD_NUMBER”] may appear like this:
- branch | workflow | build_number: 1488