On Fri, Mar 16, 2012 at 4:09 PM, James Carr <james.r.c...@gmail.com> wrote: > 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"
With CVS you can float a tag to the versions in your working copy or to another tag - sort of like a label. Maybe you can tell jenkins to build a certain tag name and just keep pushing it where you want. -- Les Mikesell lesmikse...@gmail.com