Removing a Failing Build?

2012-07-11 Thread James Carr
I know this sounds a little silly, but is there a way to allow users to remove a failed build? We have jobs that deploy jars to our local maven index and the job fails if someone tries to deploy without bumping the version number. Basically I'd like to not have builds be red just because someone mi

BMC BladeLogic & Jenkins

2012-06-12 Thread James Carr
Did you come up with a good solution to this? I am on a tram in the same situation. Thanks, James

Scriptler Question

2012-03-26 Thread James Carr
Is there an easy way to setup scriptler so that it can modify files in the the project workspace? I kept trying System.getenv('WORKSPACE') but to no avail. Thanks, James

Re: CVS Issues with latest plugin (2.1)

2012-03-20 Thread James Carr
FYI I solved this and fixed the bug in the CVS client being used (https://github.com/mc1arke/cvsclient/pull/1). Do I need to raise a JIRA issue to make sure it is included in the next plugin release? Thanks, James On Mon, Mar 19, 2012 at 12:59 PM, James Carr wrote: > Hi All, > > I

CVS Issues with latest plugin (2.1)

2012-03-19 Thread James Carr
Hi All, I recently upgraded the CVS plugin to fix the issue identified by issue https://issues.jenkins-ci.org/browse/JENKINS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel. Although this works for all of our projects, projects hosted on one particular CVS server now get th

Re: Using CVS to build the latest tag?

2012-03-16 Thread James Carr
n Fri, Mar 16, 2012 at 4:04 PM, Todd Greer wrote: > James Carr: >> > Is it possible to setup jenkins to build the most recent tag? > > Todd: >> Probably. The way to do so would depend on what source code manager you're >> using, and how you're using it. >

Using CVS to build the latest tag?

2012-03-16 Thread James Carr
Hi All, Is it possible to setup jenkins to build the most recent tag? Thanks, James