Yeah no problem. In git I use branches to discriminate between snapshot and release deployment jobs but this team uses CVS and uses tags instead of branches for releases. Trying to figure out if there someway to say "use the most recent CVS tag to trigger this build"
Thanks, James On Fri, Mar 16, 2012 at 4:04 PM, Todd Greer <tgr...@affinegy.com> 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. > > ...and now I notice the subject line... *hangs head in shame* > > I could've told you the Mercurial way, but there's probably a way for CVS > that someone else, someone who reads subject lines, can help you with. > > Sorry for the wasted bandwidth.