email - Send excel sheet content in mail body using jenkins -


in jenkins, under editable email notification have set default content fields

${file,path="\\projectfolder\\reports\\htmlreport.html"} content type = default content type

and getting html content in email body. when trying set email body content excel using

${file,path="\\projectfolder\\reports\\reportsummary.xlsx"} content type = default content type

i not getting email jenkins.

someone please help.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -