CVS Tagging Plugin

Plugin Information

Plugin ID cvs-tag
Latest Release 1.5
Latest Release Date Jan 28, 2010
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) Brendt Lucas (id: draco2k8)
Derek Mahar (id: derekmahar)
Issue Tracking Open Issues

What does this do?

This plugin will perform CVS tagging (specifically cvs rtag) after a job has been built successfully.

Configuration

Todo

Change Log

Release 1.5 (January 28, 2010):

  • Update code for more recent Hudson

Release 1.4 (May 11, 2009):

  • Fixed a bug in the multi-module name (report)

Release 1.3 (December 8, 2008):

Release 1.2 (October 4, 2008):

Release 1.1 (June 17, 2008):

  • Fix bug in validation of groovy expression for 'tag name'

Release 1.0 (June 16, 2008):

  • Initial release

Download

Click here to visit the CVS Tagging Plugin download section.

Labels:

plugin-post-build plugin-post-build Delete
plugin-scm-related plugin-scm-related Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Mar 26

    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

  2. Apr 06

    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.

    1. Aug 04

      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.