jenkinsci / jenkinsci/subversion-plugin
[JENKINS-22194] Configuring a job falsely reports an error entering a SVN url that starts with a variable reference
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I defined a Global variable $SVN_ROOT as "svn+ssh://server.....".
When I using this as a SVN "Repository URL", an error is shown: "Invalid URL syntax. See this for information about valid URLs."
It's clear that's the UI field validation is not doing the variable subsitution. While Jenkins continues to function correctly and DOES substitute for the variable, it should not show the error.
---
Originally reported by dcorbin13, imported from: Configuring a job falsely reports an error entering a SVN url that starts with a variable reference
Raw content of original issue
I defined a Global variable $SVN_ROOT as "svn+ssh://server.....".
When I using this as a SVN "Repository URL", an error is shown: "Invalid URL syntax. See this for information about valid URLs."It's clear that's the UI field validation is not doing the variable subsitution. While Jenkins continues to function correctly and DOES substitute for the variable, it should not show the error.
- environment:
Cent OS
Contributor guide
Assessment
This issue has not been assessed yet.