Jenkins CI Game Plugin

2013-05-03 Thread Mak
Hi all, We tried using the CI game plugin and found positive results such as developers are more cautious before submitting, they fix static checks and try not to fail builds., but we have some issues : 1. The build sometimes fails due to reasons other than developer errors, such as the pull f

Re: Aggregate downstream data results not working for dynamically generated builds

2013-05-03 Thread gms
As a clarification, this is a master system triggering builds on multiple slaves, and junit tests are generated as I'm able to see them for each individual child build. On Friday, May 3, 2013 7:20:51 PM UTC-7, gms wrote: > > Hi, > > I'm using the groovy postbuild plugin to trigger child builds o

Aggregate downstream data results not working for dynamically generated builds

2013-05-03 Thread gms
Hi, I'm using the groovy postbuild plugin to trigger child builds on different nodes for dynamic testing and aggregate test results in the parent build remains empty. I have one unique artifact linked between the builds, as shown by the fingerprints showing all the child builds as well as the

Re: Jenkins does not discover new versions

2013-05-03 Thread Patrick van der Velde
Hi Mark It's possible that I'm seeing a version of that issue. I'll try updating from one of the mirrors and see what happens. If that all fails then I'll probably just grab the latest version and do a manual install. I think that's possible? Oh and I'm not on a LTS version, I usually update pret

Re: can't start slaves anymore, ssh auth failing - FIXED

2013-05-03 Thread Stephen Connolly
It favours rsa if present On Friday, 3 May 2013, Haszlakiewicz, Eric wrote: > > Well, I finally managed to get it working. I deleted all the existing > credentials, and added a new one. I then had to go edit each of my node > configurations and explicitly specify the new credential configuratio

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Stephen Connolly
Hmmm, not sure as once it has tried to transition to the new config it saves the new config so that it can be applied. I'll have a look through the code again. Most likely it will be Tuesday before I can take a look though On 3 May 2013 22:34, Les Mikesell wrote: > On Fri, May 3, 2013 at 2:19 P

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Les Mikesell
On Fri, May 3, 2013 at 2:19 PM, Les Mikesell wrote: >> If it doesn't then that's a bug, but nobody has alerted me to issues with >> that upgrade path. > > Can you describe what is "supposed" to happen in this upgrade?I > just did an rpm update from a 1.5.00-1.1 (non LTS) to LTS 1.509.1-1 > a

Re: Environment Variables in pre-send Script ( Editable E-mail Notification)

2013-05-03 Thread William Toner
Hey, Thanks, that worked. Here's what I ended up with in case it's useful to someone else some day... def env = build.getEnvironment() String preview = env['PREVIEW']; if ( preview.equals('true') ) cancel=true; On Friday, May 3, 2013 7:53:21 AM UTC-7, slide wrote: > You probably wan

Anyway to make Publish JUnit Results not to wait on previous run's results?

2013-05-03 Thread cchen
Hello, I have a job where its jobs don't finish in the order they started at. Each build should send out test results immediately after it finishes. However, Publish Junit Results always waits on the previous runs to be finished which causes delay in getting the results.. Anyway we can work

RE: can't start slaves anymore, ssh auth failing - FIXED

2013-05-03 Thread Haszlakiewicz, Eric
Well, I finally managed to get it working. I deleted all the existing credentials, and added a new one. I then had to go edit each of my node configurations and explicitly specify the new credential configuration. Also, using the "From the Jenkins master ~/.ssh" under Manage Credentials didn

Controlling which branch is built with a parametrized build and the Github Webook

2013-05-03 Thread Bradley
We're using the Github webook and the "Build when a change is pushed to GitHub" for our build. The build is currently parametrized and takes a "Branch" String param which I substitue into the "Branches to build" field with ${Branch}. The default for the value is the name of our stable branch.

RE: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Haszlakiewicz, Eric
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > On Friday, 3 May 2013, Jonathan Rogers wrote: > Stephen Connolly wrote: > > On Thursday, 2 May 2013, JonathanRRogers wrote: > > 0.23 and 0.24 have a race condition where there is a 10-15% ch

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Les Mikesell
On Fri, May 3, 2013 at 2:15 AM, Stephen Connolly wrote: > >> Are you saying that upgrading from 0.22 to 0.25 is transparent? > > > Should be... The plugin will pickup your credentials from your slave > configuration and add them to the credentials store, consolidating where > that makes sense. IOW

Re: Using all agents available

2013-05-03 Thread Hari Kodungallur
Thanks Scott. This works only partially. I can get it to build on all slaves that are in the pool. But I would like it to build only on all *available* slaves. That is, if I have [slave1, slave2, slave3] in the pool and if slave1 is currently doing a different build, I want the my build to use sla

Re: email-ext: including a list of files in an email

2013-05-03 Thread Slide
You could do it with a groovy script ${SCRIPT, script="yourscript.groovy"} and that groovy script would list the directory contents. slide On Fri, May 3, 2013 at 10:28 AM, Chris Withers wrote: > Hi All, > > Using email-ext, how can I include a list of the files within a > subdirectory of the wo

email-ext: including a list of files in an email

2013-05-03 Thread Chris Withers
Hi All, Using email-ext, how can I include a list of the files within a subdirectory of the workspace? Would be really handy to have a list of the exact tarballs used in the job when it fails actually in the email without having to go digging... cheers, Chris -- Simplistix - Content Manag

Re: Execute Clean Up on Build Cancel

2013-05-03 Thread Martin B.
On 03.05.2013 14:44, Paul Weiss wrote: But how do you guarantee that the second job runs on the same slave as the first, unless you pin both jobs to a single slave? Wll - on first sight, no clue, really. :-) Then, again, a short search yields: https://wiki.jenkins-ci.org/display/JENKINS/

Re: Subversion authentication issues

2013-05-03 Thread Daniel Barbato
If it were the proxy getting in the way, do I just need to go to ${jenkinsURL}/pluginManager/advanced and the server to the No Proxy Host field, or do I need to do it elsewhere? If that's where I do need to do it, then it's not worked :/

RE: Subversion authentication issues

2013-05-03 Thread James Nord (jnord)
Ahh I should have looked more closely at the stack trace - sorry. I have seen this happen when there is a proxy in between the server and the request for svnb goes via the proxy and svna goes direct. (in which case it was the proxy denying the operation rather than the subversion server - and

Re: Subversion authentication issues

2013-05-03 Thread Daniel Barbato
Hi James, That's exactly where I'm trying to enter the credentials (well linked to by the config job page, but I just tried going directly to that URI too), and then getting the error I pasted when I submit it that page being ${jenkinsURL}/scm/SubversionSCM/postCredential Dan On 3 May 2013 11:5

RE: Subversion authentication issues

2013-05-03 Thread James Nord (jnord)
HI Daniel, Have you tried entering the credentials at ${jenkinsURL}/scm/SubversionSCM/enterCredential ? Althought the servers may use the same credentials the challenge that will be sent from the server will be for a different repository - and so Jenkins will probably not know anything about i

Subversion authentication issues

2013-05-03 Thread Daniel Barbato
Hi, I'm having some strange issues with subversion authentication within jenkins. My jenkins system and all plugins are fully up to date, jenkins master and nodes are all running Centos. We have two different svn servers that Jenkins needs to be able to interact with, let's call them SVN-A and SV

Re: Environment Variables in pre-send Script ( Editable E-mail Notification)

2013-05-03 Thread Slide
You probably want to use build.getEnvironment(listener) to get the instance of the EnvVars. See [1] and [2] slide 1 - http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getEnvironment(hudson.model.TaskListener) 2 - http://javadoc.jenkins-ci.org/hudson/EnvVars.html On Fri, May 3, 2013

Unable to delete script file

2013-05-03 Thread Louis Roché
Hi, I have an issue with some of my jobs since long time and I don't find any workaround. The log says that jenkins is unable to delete the script file. I think it happens when there is not enough free ram on the computer. The script file is still in the temp directory and I can run it by hand

Environment Variables in pre-send Script ( Editable E-mail Notification)

2013-05-03 Thread William Toner
Hi, I would like to setup a conditional in the pre-send Script of the Editable E-mail notification, ideally based upon an ENV set by a job Parameter: eg. PREVIEW I.e., if the PREVIEW boolean is check-boxed, then I do not want e-mail to be sent ( so I presume I'd set cancel to true ). When

RE: Execute Clean Up on Build Cancel

2013-05-03 Thread James Nord (jnord)
Or you may be able to write a simple "build wrapper" plugin http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.Environment.html#tearDown(hudson.model.AbstractBuild, hudson.model.BuildListener)

RE: Execute Clean Up on Build Cancel

2013-05-03 Thread david.doughty
You will probably need to do something with a groovy system script; that would interact with the JVM that Jenkins runs in, you might be able to extract the information about the calling job, slave it ran on, etc.? I can't recall if cancelling a job will generate the console log output on the Ma

Jenkins does not find artifact on Nexus, but local clients do!

2013-05-03 Thread Markus KARG
I have a reially weird problem with Jenkins 1.512: In one project, it does not find one particular artifact in our local Nexus repository, while all local clients (Windows PCs) DO find it! Moreover, other projects in Jenkins which depend on THE SAME artifact DO find it! This is really weird! Ca

Re: Deploy to Nexus

2013-05-03 Thread Sebastian Otaegui
the best (although not the easiest) way to do that is using M2+Release+Plugin The repositories go configured in your pom as follows: nexus-repo release repo

Re: Parallel builds

2013-05-03 Thread Benjamin Lau
If you're using ant... are you making use of ? For my own use case I needed to run multiple builds of the same code that's managed using maven. I ended up using schroot to create separate environments for each variant to run so I could run them in parallel. Before this we were having weird build c

Re: Execute Clean Up on Build Cancel

2013-05-03 Thread Paul Weiss
But how do you guarantee that the second job runs on the same slave as the first, unless you pin both jobs to a single slave? On May 3, 2013 12:12 AM, "Martin Ba" <0xcdcdc...@gmx.at> wrote: > On 03.05.2013 03:36, Eric Blom wrote: > >> Hello Everyone, >> >> We started using Jenkins about a year ago

Re: Parallel builds

2013-05-03 Thread Mohan Radhakrishnan
It is a single ANT script with about 20 antcalls. Our CM team is building a codebase for about 30 minutes. I don't think even very large projects take that long to just build. So it looks like I can spawn the antcalls and join after they are built. I am new to jenkins but want to use jenkins

Re: Perform a single svn checkout in a multi-configuration project

2013-05-03 Thread Alexander Röhnsch
Thanks for your suggestions Les. I'm trying them out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more opt

Re: can't start slaves anymore, ssh auth failing

2013-05-03 Thread Stephen Connolly
On Friday, 3 May 2013, Jonathan Rogers wrote: > Stephen Connolly wrote: > > > > > > On Thursday, 2 May 2013, JonathanRRogers wrote: > > > > On Thursday, May 2, 2013 2:50:44 PM UTC-4, LesMikesell wrote: > > > > On Thu, May 2, 2013 at 1:26 PM, Kevin Fleming (BLOOMBERG/ 731 > > LE