32-bit or 64-bit JRE for Windows 64-bit slave?

2013-06-07 Thread David Aldrich
Hi We run several Jenkins slaves on Windows XP 64-bit and are now build a Windows 7 64-bit slave. We found it necessary to install both 32-bit and 64-bit JRE on Windows XP 64-bit in order to get the Jenkins slave to launch. I doubt that installing both JRE's is really necessary. Please can an

Re: 32-bit or 64-bit JRE for Windows 64-bit slave?

2013-06-07 Thread Louis Roché
Hi, I'm also using Windows 7 64-bit on my slaves. And I have only Java 64-bit. The configuration to choose which version of java should be used to run the slave is un JENKINS_HOME/jenkins-slave.xml There is a line: C:\Program Files\Java\jre7\bin\java.exe And you can change this line to pick th

set Gradle artifacts directory common for all projects

2013-06-07 Thread wujek . srujek
Hi. I'm using the latest Gradle plugin and I noticed that all projects have all Gradle artifacts stored in their own workspace. This means, each project will have its own Gradle distribution (I'm using gradle wrapper) and their own copies of all artifacts. This seems pretty wasteful. Is there a

Re: set Gradle artifacts directory common for all projects

2013-06-07 Thread wujek . srujek
Actually, the Gradle distribution and all dependencies are downloaded _for each build_. This is bad. I'm running jenkins with 'java -jar jenkins.war' if it matters. wujek On Friday, June 7, 2013 10:32:13 AM UTC+2, wujek@gmail.com wrote: > > Hi. I'm using the latest Gradle plugin and I notic

Re: Jenkins CVS

2013-06-07 Thread Suraj Sadasivan Nair
Michael I used the latest LTS version 1.509 with packaged CVS plugin version. I think the version of CVS plugin is 2.9 The stack trace is when I build the project is Building in workspace [workspace] $ cvs -Q -z3 -d :pserver:suraj@cvshost:12311/usr/local/myproj co -P

Re: svn polling timing query

2013-06-07 Thread Phillip Campbell
But if you use periodic job trigger, it will run even if there are no changes to the code. I have the same problem -- polling and the job used to happen at the time I had set. Now there appears to be a delay. I want it to run at a specific time but only if there were code changes so I need to us

Re: svn polling timing query

2013-06-07 Thread callmewilko
Use 0,30 11 * * * as suggested by Xiaopan Bao, but keep it as a polling job. That will check at those specific times, and queue a build if there have been changes. I'm not sure how different that is to */30 (maybe 0,30='at 0 and 30' versus */30='every 30 minutes starting at an arbitrary poin

Maven Repository Server Plugin issues

2013-06-07 Thread John Lavoie
I've been trying to upgrade jenkins from an old 1.464 instance to 1.509.1 LTS and I'm having difficulty getting the Maven Repository Server plugin to work correctly. If I browse to it, I just get a blank page, and builds that depend on it are also failing. We have some builds that do not deploy

Java Web Start doesn't work without sudo ?

2013-06-07 Thread fahptv
When my Mac OS X slave tries to connect to my Linux master with javaws https://master.my.domain/jenkins/computer/mac-slave-name/slave-agent.jnlp it repeatedly connects and gets disconnected. But if I run the same command with sudo, it stays connected. How do I investigate this and find out what

Re: Java Web Start doesn't work without sudo ?

2013-06-07 Thread k . thieling
What command are you running to start the slave? I had trouble with a Mac and had to add a java argument in...example: java -Djava.awt.headless=true -jar slave.jar -jnlpUrl http://jenkins.domain.com/jenkins/computer/Mac/slave-agent.jnlp -secret someNumber I had to add the "-Djava.aw

Re: svn polling timing query

2013-06-07 Thread Phillip Campbell
I am sorry, I guess we have not explained the problem correctly. It is not the build time that is the problem, it is the polling time. I have my job set to poll every night at 9pm (21h) yet the Subversion Polling Log (not the build time) shows that the polling did not occur until 9:09pm - nine mi

Re: 'Even Load Strategy' Plugin

2013-06-07 Thread John Vacz
Very interesting, is this plugin compatible with lable expression? If so, it would be perfect for us. We have some important jobs must run on "64bit && fastest" nodes, should not be balanced to other slaves, but other "normal" jobs should be balanced to the idle slaves. -jv Am 04.06.2013 09:0

Re: Java Web Start doesn't work without sudo ?

2013-06-07 Thread fahptv
The command is basically like the link in the OP ... Works fine on a mac mini slave but not on my mac os x virtual machine. Not sure why. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Matrix-jobs & heavy job plugin

2013-06-07 Thread roland . asmann
Hi, I was playing around with the matrix-jobs and found that this type of job will not run if the 'heavy job plugin' is set to a value other than '1'. Since I need to set some weights for my projects to correctly scale in my build-cluster, I was wondering if anybody knows a way to get this done?

Re: 'Even Load Strategy' Plugin

2013-06-07 Thread Brendan Nolan
Hi John, Yes. The plugin will choose the least loaded node from the list of nodes that are applicable for a given job. So if jobs are tied to certain nodes via labelling this will be respected. The plugin is now officially hosted - https://wiki.jenkins-ci.org/display/JENKINS/Least+Load+Plugin and

Git plugin; how to keep modifed files? what options are used on checkout?

2013-06-07 Thread Steve K
Hello, The Git plugin updates my local repository. My local branch is updated from a remote. For debug purposes, there are times when I would like to keep modified/tracked files, but the plugin always removes my modified files and replaces them with the version from the remote repository. Is t

Hudson Tray application

2013-06-07 Thread zakyn
Hello, I tried to use Hudson Tray application plugin but it did not work properly. There is an error but I was not able to find logs for that. Is there any log for this hudson tray application and is the Hudson tray application compatible with Jenkins? Thank you for help. zakyn -- You receiv