We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb3a0e commit 0ca402dCopy full SHA for 0ca402d
Jenkinsfile
@@ -66,8 +66,7 @@ pipeline {
66
accessTokenCredentialsId: 'matrix-notification',
67
roomId: ROOM_ID,
68
body: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} [Open](${env.BUILD_URL})",
69
- formattedBody: "<p>osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} | <a href=\"${env.BUILD_URL}\">Open</a></p>",
70
- type: "m.notify"
+ formattedBody: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} <a href=\"${env.BUILD_URL}\">Open</a>"
71
}
72
73
0 commit comments