telegram-notification
telegram-notification copied to clipboard
Custom variables in message
Hi. I want to add additional text from environment variables (link to download artifact or commit message for example) to message, is it supported?
Same!
Agree, this is nice to have in message template. Just for example on how it can be used: Build.SourceBranchName - to unify pipelines but see branch name in message Build.SourceVersionMessage - to see what was the commit / application version which have been deployed I tried to pass ${{ variable }} as how it works in XAML pipelines but no luck.