-
Bug
-
Resolution: Duplicate
-
Critical
-
None
The tagging does not work when the tag folder already exists.
For example, if the tag to be created is svn://.../project/tags/66, then the plug-in will attempt to create the directory svn://.../project/tags which already exists. The call to '''doMkDir''' fails and the tagging does not occur.
A fix would be to check if the directory exists before attempting to create it.
- duplicates
-
JENKINS-6066 Regression: version 1.13 fails to create tags
- Closed