Skip to content

Commit

Permalink
Update links in messages to be markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Junrui Chen committed May 25, 2021
1 parent 379912f commit 54285d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/templates/rocket-chat-incoming-message.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"channel":"${channel}",
"attachments":[
{
{
"title":"RunDeck Job ${state}",
"channel":"${channel}",
"icon_emoji":":rundeck:",
Expand All @@ -24,7 +24,7 @@
"fields":[
{
"title":"Job Name",
"value":"<${executionData.job.href}|${jobName}>",
"value":"[${jobName}](${executionData.job.href})",
"short":true
},
{
Expand All @@ -39,7 +39,7 @@
},
{
"title":"Execution ID",
"value":"<${executionData.href}|#${executionData.id}>",
"value":"[#${executionData.id}](${executionData.href})",
"short":true
},
{
Expand Down

0 comments on commit 54285d8

Please # to comment.