I need include email content from html file using email-ext plugin in jenkins pipeline (my jenkins is 2.24 version), i try this
emailext (
subject: "some subject",
body: "${FILE,path="enteryPath/template.html"}",
to: "[email protected]"
)
but dont work for me :( any suggestions or solution?? , thanks advance.