-
Improvement
-
Resolution: Fixed
-
Minor
To this day, there is no way to configure a repository browser for a multibranch job, neither via the UI nor Configuration-as-Code (CasC).
Provide a way to configure a subversion repository browser to use in a multibranch project.
Example CasC configuration:
multibranchPipelineJob('example') { branchSources { branchSource { source { subversionSCMSource { id(String value) remoteBase(String value) credentialsId(String value) includes(String value) excludes(String value) browser { ... webSVN { url(String value) } } } } } } }