This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
50 lines (50 loc) · 1.66 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
image: icon.jpg
categories:
- Notifications
version: 0.1.0
description: "Send Message to Microsoft Teams"
keywords:
- messaging
- notifications
sources:
- https://github.com/codefresh-contrib/cfstep-msteams-notifier
maintainers:
- name: Dustin Van Buskirk
email: dustinb@codefresh.io
envs:
- name: CF_STATUS_MESSAGE
type: optional
description: "Custom Status Message, Default [EXECUTED]"
- name: MSTEAMS_ACTIVITY_IMAGE
type: optional
description: "Custom Activity Image, Default [Superfresh GIF]"
- name: MSTEAMS_ACTIVITY_SUBTITLE
type: optional
description: "Custom Activity Subtitle, Default [Build Status: CF_STATUS_MESSAGE]"
- name: MSTEAMS_ACTIVITY_TEXT
type: optional
description: "Custom Activity Text, Default [Additional Information Below]"
- name: MSTEAMS_LINK_TEXT
type: optional
description: "Custom Link Text, Default [Codefresh Build Logs]"
- name: MSTEAMS_LINK_TEXT_2
type: optional
description: "Custom Link 2 Text, Default [Commit Information]"
- name: MSTEAMS_LINK_URL
type: optional
description: "Custom Link URL, Default [CF_BUILD_URL]"
- name: MSTEAMS_LINK_URL_2
type: optional
description: "Custom Link 2 URL, Default [CF_COMMIT_URL]"
- name: MSTEAMS_NEW_WEBHOOK_URL
type: optional
description: "Additional Microsoft Teams Webhook (connector) URL"
- name: MSTEAMS_TEXT
type: optional
description: "Custom Text, Default [CF_ACCOUNT]"
- name: MSTEAMS_TITLE
type: optional
description: "Custom Title, Default [Codefresh Build Notification]"
- name: MSTEAMS_WEBHOOK_URL
type: required
description: "Microsoft Teams Webhook (connector) URL"