Help copying a file from one job to another with deletion

2012-09-12 Thread Varghese Renny
Hi Two jobs 1 job- taking pull with update from one repository and copying it to the workspace of 2nd job.(Mercurial) 2 job- will do build operation. Copy operation i am doing with Robocopy command My issue is Suppose somebody deleted the file from repository, it's copying to the workspa

Re: Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-12 Thread Sachin Kumar Saxena
Hi Nicolas, Thanks!! Running build manually also failing of Window2008 server and works on XP. So it looks like an issue with ANT and J9 on Windows 2008 server. But as we need to have the same configuration of Ant and Java for our build, Can anyone suggest some workaround for this issue? Rega

Re: populating the workspace on a slave

2012-09-12 Thread acozine
The answer turned out to be simple. The Copy to Slave plugin uses scp, which uses a syntax I did not recognize for recursive copying. I entered *,**/* in the files to copy section of the config, and it did the right thing. On to the next step! acozine -- View this message in context: http://je

Re: Immediately need Oracle + SQL server DBA at TX

2012-09-12 Thread R Tyler Croy
Consider yourself permabanned. > >

jenkins with maven plugin + selenium2 , how to configure path to selenium tests?

2012-09-12 Thread xfactor
I am running jenkins with the maven plugin and I am trying to get maven to find the selenium tests that are in the jenkins workspace folder, maven keeps looking for the tests in a folder within the maven path, how can I change this? Thanks. where I want maven to find the selenium tests: /var

Re: mark build as unstable if it takes too long

2012-09-12 Thread Darren Rowley
yes exactly.. On Thursday, September 13, 2012 9:26:40 AM UTC+12, Nicolas De loof wrote: > > so, you want the build to keep running until completion, but be UNSTABLE > (or worst) cause it took too much time ? > > 2012/9/12 Darren Rowley > > >> As I said in my original post I don't think it does as

Re: mark build as unstable if it takes too long

2012-09-12 Thread nicolas de loof
so, you want the build to keep running until completion, but be UNSTABLE (or worst) cause it took too much time ? 2012/9/12 Darren Rowley > As I said in my original post I don't think it does as it aborts the > build? Are you using it to just what I want? I could see an option.. > > On Wednesday

Re: mark build as unstable if it takes too long

2012-09-12 Thread Darren Rowley
As I said in my original post I don't think it does as it aborts the build? Are you using it to just what I want? I could see an option.. On Wednesday, September 12, 2012 5:36:32 AM UTC+12, domi wrote: > > maybe this helps: > https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin > Do

Re: what does --ajp13Port=-1 do?

2012-09-12 Thread bearrito
Rgr tomcat will listen on that port. I would set it to 8010. If you are on windows you can use the netstat -a -n -o command to see who might be listening on that port. On Tuesday, September 11, 2012 2:25:06 PM UTC-4, John W wrote: > > I had to put this in my jenkins.xml file to get jenkins to

Re: deinstall OSX package

2012-09-12 Thread domi
Sorry, I was referring to the Mac OS X Jenkins package… imod On 12.09.2012, at 19:40, Gábor Garami wrote: > There is a lot of if you installed stuff from pkg/mpkg. But it is definitelly > not an osx support channel. However if you issue google search with 'osx pkg > uninstall' keywords you may

Re: populating the workspace on a slave

2012-09-12 Thread Gábor Garami
I use jenkins for my rails project, in the following setup: - i configured git plugin to my repo - master/slave clones/pulls the repo on scm change - runs tests - collects logs and stats - finishes I can imagine a post-build step what simply run git archive on workspace, and you can collect it as

Re: deinstall OSX package

2012-09-12 Thread Gábor Garami
There is a lot of if you installed stuff from pkg/mpkg. But it is definitelly not an osx support channel. However if you issue google search with 'osx pkg uninstall' keywords you may find answer quickly. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2

Forcing build node for join triggered job

2012-09-12 Thread RobA
Was wondering if anyone has a solution for this setup. I have a master job that runs nightly and triggers two jobs (A and B) Each of these jobs run on a separate set of build nodes. (Linux nodes for job A and Windows nodes for job B). The master job also has a join trigger that is used to pack

Re: Grails Email Templates

2012-09-12 Thread bearrito
Those were enough to get me started. Mark this as closed! On Tuesday, September 11, 2012 2:47:57 PM UTC-4, slide wrote: > > There are some examples in the source in github. > > Sent from my Windows Phone > -- > From: bearrito > Sent: 9/11/2012 11:41 AM > To: jenkins...@

Re: Important: message being returned.

2012-09-12 Thread bearrito
Yeah, I pretty much hate justin at this point. Although, it is nice to know DE Shaw uses jenkins. That's a nice job oppurtunity. On Tuesday, September 11, 2012 5:14:51 PM UTC-4, Richard Bywater wrote: > > Can we get Justin Vallon removed from the mailing list please? > > > -- Forwarded m

Re: net.sf.json.JSONException: Error while setting property=signature type class java.lang.Object

2012-09-12 Thread Bram P
Please also see this thread: http://jenkins.361315.n4.nabble.com/JIRA-JENKINS-15105-Signature-in-hudson-tasks-Maven-MavenInstaller-json-causes-NullPointerException-td4639778.html >

Re: Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-12 Thread nicolas de loof
Can you manually run a build with Ant + J9 on this slave ? If not this is definitively an Ant / J9 issue on this OS 2012/9/12 Sachin Kumar Saxena > Hi Richard, > > We have another Jenkins running with same ANT(1.7) and J9(1.5) on Windows > XP and things are working properly there. > So it reduce

Re: Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-12 Thread Sachin Kumar Saxena
Hi Richard, We have another Jenkins running with same ANT(1.7) and J9(1.5) on Windows XP and things are working properly there. So it reduces the changes of ANT not working properly with J9. Thanks for your suggestion to verify the J9 version on Windows 2008 server. But our requirement is to us