SVN Tagging Issue

2014-03-19 Thread chris.beech
Hi everyone, I'm new to Jenkins but am having some problems with the SVN Tagging Plugin that I can't seem to get past. I'm trying to tag my build, but am getting the following frustrating error at the end of the build.. *dispmsg:* * [echo] 18:41:12 Compiling the test classes generated

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
Subversion Tagging Plugin reuses the Subversion SCM authentication of the project. And Subversion plugin 2.0 changed a lot about that. There's a chance you just need to add an 'Additional Credential' for the repo. It's essentially the same problem as in JENKINS-21785 [1]. Read all the comments

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
On 19.03.2014, at 21:38, Daniel Beck m...@beckweb.net wrote: Unfortunately, from reading the code, it looks more like SubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) would need to pass the project's SubversionSCM to

Re: SVN tagging issue - quick question

2012-12-31 Thread Harpreet singh Wadhwa
Don't know about any way through plugins, but still have couple of workarounds. * You can use the revision numbers, rather than head/tip. So from the bash/batch section do svn update to keep it on the revision before running the process. * Mercurial (or any decentralized system) proves to be