hi ALL ,
I add the following script in the email-ext groovy for
reading the failed_case.html into the mail body. It works if I run job on
the master node[linux].
<% def failed_case = new File(build.getWorkspace().getRemote()+
'\\failed_case.html')
println failed_case.text %>
if failed ,if the job is running on the slave [windows version ] . I always
got "Exception: javax.script.ScriptException:
java.io.FileNotFoundException: d:\jenkins\workspace\xxxxx\failed_case.html
(No such file or directory) "
Do you know how to access the log in the slave node ?