Can anyone tell me how to add a link to my file path in the email body?
I have the below email body and I want to send the highlighted bit in a the 
email body after every run, so, that users can click on the link to be take 
to the location, but it doesn't work. .:-

emailext attachLog: true, attachmentsPattern: 'target',
                subject: "Jenkins Build Report 
 ${currentBuild.currentResult}: Job ${env.JOB_NAME} build 
${env.BUILD_NUMBER}",
                body: "${currentBuild.currentResult}: Job ${env.JOB_NAME} 
\n Link: ${env.BUILD_URL} \n Drop folders can be found at
                <a href=C:\\abc\\xyz\\>",
               // recipientProviders: [developers(), requestor()],
                          mimeType: 'text/html',
                to: testEmailGroup

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9073340e-2255-4d65-a9a4-70495200c782n%40googlegroups.com.

Reply via email to