You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ui.notifiy.help.messageContent.text': `Supports defining messages through variables, including: application name {{ .appName }}, environment name {{ .envName }}, deployment version {{ .versionId }}, current execution task name {{ .taskName }}, current execution task Details {{ .currentTask }}, whether the task execution is successful {{ .success }}, task failure information {{ .error }}.
35
-
</br>*For example: the execution result of the application "{{ .appName }}" in {{ .envName }}is {{ .success }}, the current task details are {{ .currentTask }}, and the failure information is {{ .error }}`,
34
+
'ui.notifiy.help.messageContent.text': `Supports defining messages through variables, including: application name <span class="code-text">{{ .appName }}</span>, environment name <span class="code-text">{{ .envName }} </span>, deployment version <span class="code-text">{{ .versionId }}</span>, currently executing task name <span class="code-text">{{ .taskName }}</span> span>, the current execution task details <span class="code-text">{{ .currentTask }}</span>, whether the task execution is successful <span class="code-text">{{ .success }}</span> span> , task failure message <span class="code-text">{{ .error }}</span> .
35
+
</br>*Example: Apply "<span class="code-text">{{ .appName }}</span>" in <span class="code-text">{{ .envName }}</span The execution result in > is <span class="code-text">{{ .success }}</span>, and the current task details are <span class="code-text">{{ .currentTask }}</span> , the failure message is <span class="code-text">{{ .error }}</span>`,
36
36
'ui.notifiy.help.atMobiles.text':
37
37
'If you need @multiple users, you can use English comma "," to split, for example: 135xxxxxxxx, 132xxxxxxxx',
38
38
'ui.notifiy.help.atUserIds.text':
39
39
'If you need @multiple users, you can use English comma "," to split, for example: dfounderliu, mydingding',
40
+
'ui.notifiy.help.enable.text':
41
+
'After the DingTalk robot needs to be activated and configured here, the DingTalk robot notifications in each process of the pipeline will take effect.',
0 commit comments