Recently I migrated from the traditional Graphic deployment pipelines to the reusable yaml build and deployment pipelines. The yaml build pipelines are delivering (multiple) artifacts which are used in a deployment pipeline.
When running the deployment pipeline (making use of parameters and settings), yaml templates, etc... I see, when the pipeline is finished, a description like:
<build id> - <latest check-in message where the deployment pipeline is located>
Since the deployment pipeline is not located in the same repo as the build pipelines, the message/description does not relate to the actual state.
Is it possible to change these messages/descriptions so when I display the runs of the pipeline I can see what is important for me, instead of the last check-in message?
Thanks, Bart