-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
When used in multibranch job, the notification header becomes too generic, for example it will be:
"Update from build dev."
Which in this case is a build of job dev. Instead it should use full job name and look like this:
"Update from build vc-2-org/vc-platform/dev"
Otherwise, you have to click view job to get an idea what job is actually building.
I just updated my central notification call and noticed this very thing. I worked around it by including ${env.JOB_NAME} in the message: call, but having the bold subject of the Teams message have the JOB_NAME would be a lot better.