Re: dos2unix in Jenkins

2012-12-25 Thread Brent Atkinson
Hi, It should be simply a matter of doing the following: - Checkout your working copy - Change to your working copy directory - Find all the files named *.sh and set the svn property 'svn:eol-style' to the value of 'LF' This tells subversion to convert the line endings of the file t

how to configure paths for "Publish JUnit test result report" plugin

2012-12-25 Thread Z W
Hi All We have different projects in a a build job producing different subdirectories of xml test results file How do we configure multiple paths in plugin "Publish JUnit test result report" to get the test results file from different directories path; paths are not similar. thanks

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
i'm using subversion but i don't understand how i can make it in jenkins please !! can you explain me !!! 2012/12/25 Brent Atkinson > roperty -- *Mohamed Reda, El alaoui* * *

Re: dos2unix in Jenkins

2012-12-25 Thread Brent Atkinson
Are you using subversion to checkout the project? If so, you might just consider setting the svn:eol property on those files to 'LF' so they always have Unix line endings on checkout. On Dec 25, 2012 6:38 AM, "El alaoui Mohamed Reda" wrote: > thanks Tomi :) > > 2012/12/22 domi > >> you could use

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
thanks Tomi :) 2012/12/22 domi > you could use ANT with the fixCRLF task: > http://ant.apache.org/manual/Tasks/fixcrlf.html > > > eol="lf" eof="remove" /> > > /Domi > > > On 20.12.2012, at 20:34, El alaoui Mohamed Reda > wrote: > > No response ? <344.gif><344.gif><344.gif><344.gif> >

Your Jenkins data directory "/home/jenkins" (AKA JENKINS_HOME) is almost full. You should act on it before it gets completely full.

2012-12-25 Thread Artis Abolts
Hi, I Have "Your Jenkins data directory "/home/jenkins" (AKA JENKINS_HOME) is almost full. You should act on it before it gets completely full." warning message. What I must delete, or maybe I can increase storage? On server I have much free space.