Search code examples
spinnaker

Build information in server group


The Clusters-tab in the Spinnaker web UI shows my Server Groups and their deployment version (V000 ... Vn). Next to the deployment version, some build information is displayed, which in my Spinnaker instance is always (No build info).

Is there a way to add some build info, for example a Git commit/tag or Docker tag?


Solution

  • Right now the build info is based on the jenkins build information. It derives this information from the ami tags appversion and build_host to link back to jenkins. appversion has to follow a defined schema, see this comment in the Rosco source code for example.

    You cannot customize these values at this point, but a pull request is welcome