Putting condition for build of same job

2012-07-15 Thread Varghese Renny
I have a project corresponding to a job.. I have do different kind of build job with same project.. Condition is like on set of build job is for doing after any commits to repository comes Another set of build job is to do build that schedule at night time. My question is How can i give build

Re: Incremental (character at a time) Console output

2012-07-15 Thread Sean DeNigris
Jesse Glick-4 wrote > > I do not know of a workaround not involving a custom plugin > Thanks for creating the issue. By a custom plugin, do you mean roll-my-own, or do you have one in mind? Sean -- View this message in context: http://jenkins.361315.n4.nabble.com/Incremental-character-at-a-t

Re: Incremental (character at a time) Console output

2012-07-15 Thread Jesse Glick
On 07/13/2012 06:44 PM, Sean DeNigris wrote: Does Jenkins wait for a newline to show new output in the console? Apparently it does. I filed JENKINS-14435 [1] to track this. I do not know of a workaround not involving a custom plugin, other than logging into master and using tail -f on the log

Another hang while artifacting

2012-07-15 Thread Allen Cronce
Hi all, For a while we've seen occasional hangs during the artifact stage of some jobs. Of course they always seem to happen when we're under the gun and need a critical build, as was the case this morning ;-) Originally I thought that these hangs might be a disconnect between what the job is

Re: Jenkins Jobs Fail with Sonar Plugin enabled on Slave Nodes

2012-07-15 Thread krishna chaitanya kurnala
Hello Domi yes. the same command works when i go to the directory run in the slave node or when i disable sonar plugin and add the step mvn sonar:sonar in the Build Job. No, the workspace was NOT used by another user nor did i change the user. Thanks for your time. Still scratching my Head. Than

Re: Jenkins Jobs Fail with Sonar Plugin enabled on Slave Nodes

2012-07-15 Thread domi
have you tried to execute the same command on the command line? - login to the slave (e.g. ssh) as the same user as the Jenkins slave is running with - change to the same directory - execute the mvn command some ideas: - was the same workspace used by a different Jenkins before? - did you chang