Is it possible to replace the entire Repository Url with a parameterized string in Hudson/Jenkins?
问题 In Hudson/Jenkins, is it possible to replace the entire string in the Subversion Module Repository URL with a String parameter? I don't want to just replace just the version or anything like that, I want to replace the entire url. So, when I run the build, I'd get a prompt for the URL and I'd put something like "http://scm.work.corp/svn/com.work.package/tags/project-4.0.0.RELEASE" and it would check that out and build it. Being able to substitute the "com.work.package" and "project-4.0.0