Google cloud build "display name" for build steps

Viewed 259

Is there a way to provide a "display name" for steps that would be shown in the build details of the build history? What is currently display is the "name" field which is used to indicate the container image and is not a very useful way to convey meaning.

1 Answers

Found out after some tests that the "id" field is presented 'as is' in the build details for each step and can be used as a field that is presented in the console. Note though that substitutions (i.e. ${QQQ}) did not work for me in the 'id' field

Related