Hello, "List Subversion tags (and more)" under "Release parameters" appears with an empty dropdown on the Release page.
When I visit the job configuration, copy the svn location into TortoiseSVN, the tags are present in the TortoiseSVN view. Tried these to no avail: Specify working "Credentials" under the "List Subversion tags (and more)" step. Specify working "Additional Credentials" in the "Source Code Management" step. Manually update the Subversion plugin to https://github.com/rozboris/subversion-plugin/tree/patch-1 Manually update the Subversion plugin to https://github.com/rozboris/subversion-plugin/tree/patch-2 Manually update the Subversion plugin to a merge of both patch-1 and patch-2 from rozboris Manually update the Subversion plugin to 2.4.5 Clean workspace, set "Subversion Workspace Version" to 1.8 in global Jenkins configuration The working credentials specified are working for the initial Source Code Management checkout step and do have access. rozboris' patches fix the "Tag this build" issue, but do not address the "List Subversion tags (and more)" empty dropdown. In the 2.5.0 Subversion plugin scenario (where the issue was discovered), the logs report the following (manually redacted and snipped): Apr 07, 2015 12:29:22 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId INFO: Failed to access subversion repository https://REDACTED org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. ... at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:94) at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:2282) at hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl.checkCredentialsId(SubversionSCM.java:3043) at hudson.scm.listtagsparameter.ListSubversionTagsParameterDefinition$DescriptorImpl.doCheckCredentialsId(ListSubversionTagsParameterDefinition.java:373) at sun.reflect.GeneratedMethodAccessor2026.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298) ... Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689) Any assistance in helping figure out how to get ListSubversionTagsParameterDefinition.java and/or SubversionSCM.java to pass credentials successful would be greatly appreciated. Cheers, Jesse Jenkins 1.596.2 Credentials Plugin 1.22 Subversion Plug-in 2.5 Subversion server 1.7.10 (r1485443). Subversion Workspace Version 1.6 (svn:externals to file) ________________________________ The information in this Internet Email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this Email are subject to the terms and conditions expressed in any applicable governing The Home Depot terms of business or client engagement letter. The Home Depot disclaims all responsibility and liability for the accuracy and content of this attachment and for any damages or losses arising from any inaccuracies, errors, viruses, e.g., worms, trojan horses, etc., or other items of a destructive nature, which may be contained in this attachment and shall not be liable for direct, indirect, consequential or special damages in connection with this e-mail message or its attachment. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/736C8F179EBDE343B1EA3BCCEDCB60CA15AFC746%40BLUPRD6101MB004.025d.mgd.msft.net. For more options, visit https://groups.google.com/d/optout.
