-
Bug
-
Resolution: Fixed
-
Critical
-
None
There is a subversion checkout bug which I think was introduced in the Subversion plugin v1.28. I have have URLs of the form https://mysvnserver/project/trunk/builder${SVN_revision_requested}. The variable in the URL is a string parameter from the parameterized build, and is defaulting to blank (null).
I got this error in Jenkins 1.417 + Subversion plugin 1.28:
org.tmatesoft.svn.core.SVNException: svn: URL 'https://mysvnserver/project/trunk/builder$%7BSVN_revision_requested%7D' doesn't exist
Reverting the plugin to v1.26 made the problem go away.
- is related to
-
JENKINS-9925 Expand variables in Repository URL based on all env vars rather than just build parameters
-
- Closed
-
Probably caused by the fix for
JENKINS-9925