Provide a way to push additional build-time information to the Che Help > About dialog #12871
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Description
To better support QE and GSS in identifying which build of Che and CRW a user is using, we'd like to be able to add more metadata to the Help > About dialog in Che/CRW.
Ideally, this would be via a maven property set at build time, so we can define it using Jenkins properties and information parsed from github.
Reproduction Steps
Today, the Help > About dialog only contains 3 pieces of information:
We'd like to be able to add these:
Che version: 6.19.0
Build ID: crw_stable-branch # 99
Branch: 6.19.x
Or if thats too many variables to set / too much UI to code, how about we just provide an overridable maven property called
CRWVersion
that could contain this string when invoking the build, as a replacement for the simpler Version string of1.1.0.GA
:The text was updated successfully, but these errors were encountered: