Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: subversion-plugin
-
Labels:None
Description
I tried to add a parameter to the Repository Url.
Under the field I get the following error message:
"/myproject/trunk/$
Translated to english that means:
"/myproject/trunk/${param}
" does not exit in repository. Did you eventually mean "/myproject/trunk"?
Gestartet durch Benutzer anonymous
Cleaning workspace /var/lib/jenkins/jobs/Development/workspace
Checking out file:///var/local/svn/repo/myproject/trunk/foo
At revision 1571
Checking out
ERROR: Failed to check out
org.tmatesoft.svn.core.SVNException: svn: Malformed URL ''
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.SVNURL.<init>(SVNURL.java:221)
at org.tmatesoft.svn.core.SVNURL.parseURIEncoded(SVNURL.java:125)
at hudson.scm.SubversionSCM$ModuleLocation.getSVNURL(SubversionSCM.java:2116)
at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:83)
at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:137)
at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:725)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:706)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:690)
at hudson.FilePath.act(FilePath.java:757)
at hudson.FilePath.act(FilePath.java:739)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:683)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:632)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1182)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:521)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
at hudson.model.Run.run(Run.java:1362)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Finished: FAILURE