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
Se
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.