Re: No fingerprint matches between two records error

2012-08-09 Thread Jminne
the files that are checked for fingerprints do have to be archived. On Thursday, August 9, 2012 3:04:29 AM UTC-5, Varghese Renny wrote: > > > I have two dependent projects. > In both project two files are there in common..i have given this file > x.java in both dependent projects..But still sho

Re: Slave admin permissions

2012-07-27 Thread Jminne
I opened an issue on this. https://issues.jenkins-ci.org/browse/JENKINS-14610 On Tuesday, November 22, 2011 10:40:52 AM UTC-6, Ann Campbell wrote: > > I was working with a user yesterday to set up a slave node. > > I granted him all slave permissions (Configure, Delete, Create, > Disconnect, Co

Re: Is it called "Project" or is it called "Job"?

2012-05-15 Thread Jminne
I don't know if we need to do a poll to pick one or if it has been decided already, but sticking with just Project OR Job would be great. On Tuesday, May 15, 2012 8:02:51 AM UTC-5, bl0ck3r wrote: > > The UI needs to be more consistent. In the main Jenkins menu, I can > create a "New Job" called

Re: View list of builds organised by branch?

2012-03-29 Thread Jminne
One stopgap solution: Have the description of the particular build run indicate the branch. You can use the build-description plugin to look for a regex and set the description. It's not great, but it avoids that first click to see which branch built. I don't have much Git experience, so th

Re: Approach to configure an email notifications for checkins?

2012-03-01 Thread Jminne
This sounds like a job for SVN hook scripts rather than Jenkins. You also might want to check out this project too: http://code.google.com/p/svnspam/ -John On Mar 1, 4:11 am, mickeys2 wrote: > I would like to know how to solve to send out mail to the developers when a > certain commit have hap

Re: Jenkins running Python website functional tests

2012-02-22 Thread Jminne
can you run it from the command line on the slave? I usually do that to troubleshoot config issues like this. On Feb 21, 3:00 pm, Steve Barnette wrote: > Here's the config's and error messages I get when testing. > > FYI: The python source is the selenium's example from thier doc. > > In first t