-
Bug
-
Resolution: Not A Defect
-
Blocker
-
None
-
Jenkins Server hosted on Linux.
Jenkins Slave configured on Windows (Where Robot/RIDE is isntalled). Report.html & Log.html are stored on this windows machine.
Unable to display the html contents (Report.html & Log.html generated by RIDE), in mail body of Editable E-mail Notification (Jenkins). It blocks the report opening, as it displays messgae as "Opening Robot Framework report Failed" (Verify Javascript enabled on ur browser). I don't see any such pop-ups either in local machine or on slave.
Snippet Embedded in mail body:
*<html>
<body>
${FILE, path="C:\\Windows\\Jenkin_Slave\\Storage
report.html"}
</body>
</html>*
The FILE token only allows stuff that is in the workspace I believe, for security reasons.