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

2013-06-10 Thread David Aldrich
Hi Louis Ø The configuration to choose which version of java should be used to run the slave is un JENKINS_HOME/jenkins-slave.xml My Jenkins folder is empty. The Launch Slave process must have failed before getting to the point where it writes jenkins-slave.xml to the slave. Can anyone advi

Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-06-10 Thread Samuel Mackrill
Greg, Thanks, following this has at least got the polling stated. However it never sees any changes. My polling log looks like this: Started on 10-Jun-2013 11:10:22 [workspace] $ cleartool lsview sam.mackrill_PBS_E3D_CI * sam.mackrill_PBS_E3D_CI \\ukcamd3832\views\sam.mackrill_PBS_E3D_CI.vw

Re: 'Even Load Strategy' Plugin

2013-06-10 Thread John Vacz
Thank you, I will give it a try. -jv Am 07.06.2013 23:15, schrieb 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 no

Jenkins - Git build issue

2013-06-10 Thread Raja R
HI, I am trying to set up CI using GIT with Jenkins. In the job set up i have provided all the basic information like git repository and all. I have added id_rsa file also into C:\Windows\SysWOW64\config\systemprofile .ssh. and C:\Program Files (x86)\Git\.ssh folders. For the first time i manual

Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Bob Bick
Hi, We are using the Email-ext plugin 2.24.1 to send out email notifications. Overall, it works great; however, I was given a new requirement: * Send out email notifications to a list of users if the build is a "release build". More specifically, there is a Boolean RELEASE_BUILD Job p

Re: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Slide
The email-ext plugin will check if the recipient list is empty before trying to send the email (which is where the pre-send script is executed). Putting a dummy address in is currently the only way you would be able to achieve what you want to do. On Mon, Jun 10, 2013 at 8:50 AM, Bob Bick wrote:

RE: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Bob Bick
Thanks for the quick response. I was afraid that that was the only solution :( From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Monday, June 10, 2013 11:52 AM To: jenkinsci-users@googlegroups.com Subject: Re: Email-ext plugin - dynamically

Re: Email-ext plugin - dynamically modifying the recipient list

2013-06-10 Thread Slide
You can always file a JIRA on it, I am not sure of the mechanics of changing the location of the execution of the pre-send script since I can't look at the code right now, but its something that could possibly be changed. On Mon, Jun 10, 2013 at 8:54 AM, Bob Bick wrote: > Thanks for the quick

exception accessing jenkins-ci.org

2013-06-10 Thread Kamal Ahmed
when i access http://jenkins-ci.org/ i get : warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 124. Can some one please fix this Thanks, -Kamal. -- You received this message because you are subs

Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-06-10 Thread Greg Moncreaff
1. The string that shows up in the poll log and what works on the cmd line may not be the same. There could be some quote escaping needed. 2. What I think you absolutely need to work is 2.a view tag and view name must be exactly same thing, in your case " sam.mackrill_PBS_E3D_CI" 2.b the

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

2013-06-10 Thread Richard J
Setting up a Windows slave using a default install of Windows Server 2008R2 x64 involves a number of steps. I've finally gotten to the point where I can do it successfully on multiple machines. If you are just having the problem of x64 and x86 java, then you probably forgot the workaround th

Issue with Publish Over ssh : ssh fails to connect

2013-06-10 Thread Jagan Kalluri
Hello, I am trying to configure a deploy job using publisgh over ssh and fails for few servers. I am able to connect the same using putty.Please find complete log below. Note : I am able to use teh same set up for some servers , only few servers are failing Info : Jenkins Version : Jenkins v

Jenkins on Windows Server 2008 unable to connect to updates site

2013-06-10 Thread Andrew Sumner
I have this setup on an Windows XP Machine on our network without any issues, but in the process of moving it to a Windows Server and its not working so well. I'm trying to get the ops guys to look at the proxy but having problems getting them to do anything at the moment. Has anyone encount

Re: set Gradle artifacts directory common for all projects

2013-06-10 Thread Richard Bywater
This is probably because of https://issues.jenkins-ci.org/browse/JENKINS-17386 Richard. On Fri, Jun 7, 2013 at 8:43 PM, wrote: > 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 matte

Re: troubleshooting: send failure emails to committers of an upstream job?

2013-06-10 Thread Mishael Kim
Just in case anyone was wondering... I found a much easier way to take care of my problem. In JobA, trigger a blocked JobB. If JobB failed, then set JobA as unstable. Now within JobA, if it is unstable, send out an email with the committers. No need to send any changes info down into JobB or any

Anyone maintaining the shelve-project-plugin-plugin?

2013-06-10 Thread Ben P
Hi - I submitted a pull request on a change to this plugin, when I noticed that there was already a pull request on this plugin from a few months ago. (It was for somet

Jenkins Github polling issue after upgrade

2013-06-10 Thread rajesh
Here are the current software versions ... Jenkins : 1.513 GitHub: Version 11.10.313 Java : 1.7 we upgraded from a older version of GitHub to the above version. Here is the issue .. upon check-in to the github repo new builds are not getting ki

jobs that use more than one slave at a time

2013-06-10 Thread Chris Withers
Hi All, Are there any plugins or any other support for jobs that need to use more than one slave at once? I have one job I need to write which ideally needs to grab a selection of nodes with different labels, lock them for the duration of the test and then clean them up afterwards. Anyone