Traveller87
Traveller87

Reputation: 151

Jenkins : Email Notification : Latest build status URL in the mail body

I use Jenkins extended email notification plugin to get an email after a build finishes... and when i get the mail i see URL which gives the latest changes done to the build for ex:something like: <://abcd.l%20Automation%20-%20IE8%20Browser/changes>...

Instead of this i would like to see the URL in the mail which directly gives the build status for ex: some thing like://abcd.l%20Automation%20-%20IE8%20Browser/buildnumber>...so that clicking on this URL should directly open the build status page....

is there any way we can configure with the jenkins ?

I have default content being set as below : $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:

Check console output at $BUILD_URL to view the results.

please let me know ... musaffir

Upvotes: 1

Views: 4953

Answers (1)

Shaheer Abdulrahiman
Shaheer Abdulrahiman

Reputation: 11

$BUILD_URL should work.

Please check "Advanced Settings" of "Editable Email Notification" plugin in your job. You might have overridden the default settings of "Failure" trigger

Upvotes: 1

Related Questions