Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-66777

Add SCM Repository browser support to Multibranch jobs

XMLWordPrintable

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

            didiez Diego Díez
            didiez Diego Díez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: