commit a7e8d3325d4f2e45096ab329fc394e9fc11a6f2e parent d07841acce0fd513aaee515686aa505e9a1e8c3f Author: MikoĊaj Lenczewski <mikolaj.lenczewski308@gmail.com> Date: Fri, 12 Jun 2020 15:10:54 +0100 Formatted the webhook content Diffstat:
| M | azure-pipelines.yml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -81,5 +81,7 @@ steps: inputs: channelId: '720999005181575198' webhookKey: 'SlpZzjgTkvvl5dL4Ih_woGvPZj4qc2dTp1Oey9FMKkbjq2mrKMpkzqvGk8TtPzba2iMn' + name: 'Azure Pipelines Status' + avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Favatars.slack-edge.com%2F2019-01-17%2F528389819366_e7a0672f0480b3e98d21_512.png&f=1&nofb=1' messageType: 'content' - content: '$(Build.BuildId) Build **$(Agent.JobStatus)**!' + content: ') OS=$(Agent.OS), Arch=$(Agent.OSArchitecture), Status=**$(Agent.JobStatus)**'