This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      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)
                              }
                          }
                      }
                  }
              }
          }
      }
      

            Assignee:
            Diego Díez
            Reporter:
            Diego Díez
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: