Skip to content

Commit 0ca402d

Browse files
author
Zachary Wallace
committed
Formatted body on parity
1 parent abb3a0e commit 0ca402d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ pipeline {
6666
accessTokenCredentialsId: 'matrix-notification',
6767
roomId: ROOM_ID,
6868
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"
69+
formattedBody: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} <a href=\"${env.BUILD_URL}\">Open</a>"
7170
}
7271
}
7372
}

0 commit comments

Comments
 (0)