Skip to content

Commit d693c6e

Browse files
author
Zachary Wallace
committed
Added staging site link
1 parent e7702fb commit d693c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +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: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} <a href=\"${env.BUILD_URL}\">Open</a>"
69+
formattedBody: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} <br> <a href=\"${env.BUILD_URL}\">Open Jenkins Run</a> <br> <a href=\"${siteUrl}\">Open Staging Site</a>"
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)