Is there a way to customize the message e.g. send custom variables?
Asked
Active
Viewed 848 times
1

point
- 290
- 3
- 12
-
Please take a look at [Customize Azure Pipeline](https://learn.microsoft.com/en-us/azure/devops/pipelines/customize-pipeline?view=azure-devops), Once you customize it Bot will send you updated card. – Trinetra-MSFT Nov 18 '19 at 05:23
-
Does this require a .yaml file or is it possible with the classic UI designer for pipelines? – point Nov 18 '19 at 09:18
-
It reuquires configuration in .yaml file only. – Trinetra-MSFT Nov 18 '19 at 10:58
-
I think there's a misunderstanding. I want to know whether it is possible to change the message the bot is sending. Right now there are following variables in the message: Build Pipeline, Branch, Requested for, Duration. Is it possible to add custom fields to the message, for example: Repository, Project or more? – point Nov 18 '19 at 11:06
-
1You can't customize the inbuilt card sent by Bot which is configured for Azure Pipeline However you can set up your own Azure pipeline with your suitable custom variable – Trinetra-MSFT Nov 19 '19 at 07:04