|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Is it possible to add to CVS plug-in a build and/or post-build action for tagging?
The current tagging solution with clicking on an additional link is not convenient (for us) because requires additional human interaction, which can not be controlled.
Adding a build or post-build CVS tagging action, which to run on certain build results, will allow to:
1. Impose the build tagging (on success, for example);
2. Validate the tag (content) against some rules, using the Validating String Parameter Plugin for example;
3. Generate a tag based on other job run information.