-
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>*
[JENKINS-32482] HTML content not displaying in Jenkins Editable E-mail Notification
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 168118 ] | New: JNJira + In-Review [ 209623 ] |
The FILE token only allows stuff that is in the workspace I believe, for security reasons.