Hello,
I’m trying to setup custom notifications message and I would like to add the PR title to my message but I’ve no idea which environment variable to use.
Is there a list of environment variables we can reuse for message notification templates somewhere ?
Thank you !
Hello, there.
There is no environment variable you can use in notifications.
Notifications are a build-level concern, and they are configured at the beginning of the build request lifecycle. Environment variables, on the other hand, are a job-level concern (and defined only after the job has started on a VM), and they cannot influence the notifications which have already been configured before anything is executed.