Re: Job failing on workspace cleanup....file is open....

2012-07-12 Thread Slide
It looks like you are running into something similar to this https://issues.jenkins-ci.org/browse/JENKINS-500 It says it is resolved, but perhaps there was a regression? slide On Thu, Jul 12, 2012 at 6:18 PM, Jeff wrote: > Windows Server 2008 R2 x64 > Apache Tomcat/7.0.25 > Jenkins ver. 1.472

Job failing on workspace cleanup....file is open....

2012-07-12 Thread Jeff
Windows Server 2008 R2 x64 Apache Tomcat/7.0.25 Jenkins ver. 1.472 ERROR below I get a LOT. What the heck is going on? I'm losing hours trying to even make simple tweaks to my jobs and maven release settings because I can't get past this without explicitly restarting the application. WHAT IS HO

Re: Question about configuring git for both Windows and Mac nodes...

2012-07-12 Thread Andrew Schaps
That worked, thanks! On Thursday, July 12, 2012 11:50:52 AM UTC-4, sti wrote: > > The locations for various tools used by Jenkins can usually be configured > for every node. > > Go into the Mac slave configuration page, check the box named "Tool > locations". Then add a Git tool location and s

Unable to install a windows slave with java web start

2012-07-12 Thread Damien Martin-Guillerez
Hello, I try to install a windows slave using java web start under windows 7 pro (Java 7 installed). However I am getting a ClassNotFoundException on the class hudson.remoting.jnlp.Main. Does someone has an idea on how to resolve this issue? Thank you! -- Damien Martin-Guillerez Research Engin

Doing something else before invoking slave.jar in slave launch script

2012-07-12 Thread Romu
Hi, If a jenkins slave's launch method is configured as "launch slave via execution of command on the master", it can be launched by a script. I want to do the following in my launch script: 1) ssh to the slave to install some Linux kernel packages and reboot 2) wait for 2 minutes for the slav

Re: disappearing workspace

2012-07-12 Thread Sami Tikka
There are some plugins that can be used to clean the workspace. At least: https://wiki.jenkins-ci.org/display/JENKINS/Hudson+Distributed+Workspace+Clean+plugin https://wiki.jenkins-ci.org/display/JENKINS/SVN+Workspace+Cleaner https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin Ma

Re: Question about configuring git for both Windows and Mac nodes...

2012-07-12 Thread Sami Tikka
The locations for various tools used by Jenkins can usually be configured for every node. Go into the Mac slave configuration page, check the box named "Tool locations". Then add a Git tool location and specify the path to the git executable on the Mac slave. -- Sami Andrew Schaps kirjoitti 1

Error when having queued up projects waiting to be build siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0x00007f8338e6a1d5

2012-07-12 Thread accordeuro
Hi guys, The problem only occurs if I am trying to build more than one projects (I've set to have 1 executor so the subsequent projects get queued in the build queue) every other project will fail to build. The weird thing is if I do "Build now" manually for each project (if there are none in

Re: viewsvn url

2012-07-12 Thread tcendrowski
I have 5 repositories on another server from where source code is taken so I have no idea how to set this url.

Re: viewsvn url

2012-07-12 Thread tcendrowski
OK, I've installed subversion. Now under http://myhost/svn I have svn - Revision 0: / > -- > *Powered by Subversion version 1.6.12 > (r955767).* I have selected in job configuration repository browser viewsvn and provided url

RE: Monitor and Notify Disk Usage

2012-07-12 Thread Lars Nordin
I'll defer to other about alerts on disk usage (I don't know) but the disk usage plugin helps to show which are the worst offenders. See https://wiki.jenkins-ci.org/display/JENKINS/Disk+Usage+Plugin

Re: viewsvn url

2012-07-12 Thread Ullrich Hafner
On 07/12/2012 11:32 AM, tcendrowski wrote: > Hi. > > I want to set url in viewsvn repository browser. I have > downloaded subversion-1.7.5 and copied it into workspace directory. > Hudson help tells that url should be like > this http://svn.apache.org/viewvc , but content of this directory is > dif

viewsvn url

2012-07-12 Thread tcendrowski
Hi. I want to set url in viewsvn repository browser. I have downloaded subversion-1.7.5 and copied it into workspace directory. Hudson help tells that url should be like this http://svn.apache.org/viewvc , but content of this directory is different than content of my downloaded folder. Could s

Re: daily email summaries of failed builds

2012-07-12 Thread Slide
On Thu, Jul 12, 2012 at 12:50 AM, Chris Withers wrote: > On 12/07/2012 08:45, Slide wrote: >> >> My recommendation would be to have a job that runs on a schedule >> (daily at midnight or something) then use email-ext and use the groovy >> scripting template > > > Where can I read up on these? > h

Re: daily email summaries of failed builds

2012-07-12 Thread Chris Withers
On 12/07/2012 08:45, Slide wrote: My recommendation would be to have a job that runs on a schedule (daily at midnight or something) then use email-ext and use the groovy scripting template Where can I read up on these? to get the build status of all the jobs Can I get the build history? It'

Re: daily email summaries of failed builds

2012-07-12 Thread Slide
My recommendation would be to have a job that runs on a schedule (daily at midnight or something) then use email-ext and use the groovy scripting template to get the build status of all the jobs and create a summary for them. Shouldn't be too hard to do. slide On Thu, Jul 12, 2012 at 12:42 AM, Ch

daily email summaries of failed builds

2012-07-12 Thread Chris Withers
Hi All, How can I get Jenkins to email out daily summaries of failed builds? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk

Android Lint and maven builds

2012-07-12 Thread Patrik Ã…kerfeldt
For some reason the android-lint report is never created for my android maven builds. In the pre steps I generate the lint-results.xml file, and I have verified that it exists and contains right information. Then, the build step defines the pom and the maven target (which currently is clean cob