RE: send the content of a file via Jenkins

2014-02-16 Thread Brosh, Yossi
jenkinsci-users@googlegroups.com Subject: Re: send the content of a file via Jenkins This has nothing to do with Jenkins. How do you get line breaks to appear in an HTML document? On 16.02.2014, at 12:40, Brosh, Yossi wrote: > Hi To all, > > I need to send the content of a file via

Re: send the content of a file via Jenkins

2014-02-16 Thread Daniel Beck
This has nothing to do with Jenkins. How do you get line breaks to appear in an HTML document? On 16.02.2014, at 12:40, Brosh, Yossi wrote: > Hi To all, > > I need to send the content of a file via Jenkins . > When I used these pre-send Scripts lines: > def reportPath = bui

send the content of a file via Jenkins

2014-02-16 Thread Brosh, Yossi
Hi To all, I need to send the content of a file via Jenkins . When I used these pre-send Scripts lines: def reportPath = build.getWorkspace().child("kuku.txt") msg.setContent(reportPath.readToString(), "text/html"); The file appears in one line, the script seems to remove