You could add a build step to use the command line to tag a build that way.
I don't recommend tagging each build in CVS since it takes so long. You can use the checkout time stamp Jenkins provides to tag a build that gets promoted out of development. -- David Weintraub da...@weintraub.name Sent from my iPhone while riding in my Ferrari. (Jealous?) On May 25, 2012, at 2:22 AM, Roland Benning <rol...@benning-it.de> wrote: > Hi, > > I know two ways for Tagging a build with CVS in Jenkins: CVS-Plugin (Action) > or > CVS-Tagging-Plugin (Build-Step) but unfortunatly both are currently broken. > > Is there any other way for tagging a build? > > Thank you for your help.