Plugin Information
What does this do?This plugin will perform CVS tagging (specifically cvs rtag) after a job has been built successfully. ConfigurationTodo Change LogRelease 1.5 (January 28, 2010):
Release 1.4 (May 11, 2009):
Release 1.3 (December 8, 2008):
Release 1.2 (October 4, 2008):
Release 1.1 (June 17, 2008):
Release 1.0 (June 16, 2008):
DownloadClick here to visit the CVS Tagging Plugin download section. |
Comments (4)
Mar 26, 2010
Jason Buster says:
I'm trying to get this plugin working on a slave build server, but it always ret...I'm trying to get this plugin working on a slave build server, but it always returns "ERROR: Cannot run program "cvs" (in directory "/tmp/hudson2842237934168090073tmp"): java.io.IOException: error=2, No such file or directory"
I'm assuming that this means that it cannot find the cvs execuatable, but I have double checked and it's in the PATH. Also, when tagging after the build, it works fine, it's just during the build that it has a problem. So, it seems to be a problem when executing on the slave.
Any help would be greatly appreciated.
–
JKB
Apr 06, 2010
Bertram Carlyle says:
Is there a way to have this plugin run cvs rtag with the "-F" parameter, so that...Is there a way to have this plugin run cvs rtag with the "-F" parameter, so that it moves an existing tag? I want to tag files involved in every successful build as "BUILD_SUCCESS", but if I try to do that via this plugin I get errors that the tag already exists.
Aug 04, 2010
David Cate says:
Agreed - this is causing us no end of problems for our staged builds and our sch...Agreed - this is causing us no end of problems for our staged builds and our scheduled developer deployments.
Jan 24, 2012
KC Baltz says:
The links to the Fisheye source appear to be broken and I can't find the actual ...The links to the Fisheye source appear to be broken and I can't find the actual source in the Github repository. I'd like to recompile this plugin because it's currently behaving as if the version from 2010 isn't compatible with the latest version of Hudson and needs a recompile.