Re: Tagging with CVS

2012-05-29 Thread Qazwart
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

Tagging with CVS

2012-05-24 Thread Roland Benning
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.