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

Allow plugins to redirect to a custom index and not force /pipelines as default

XMLWordPrintable

      ATM in the dashBoard we are doing:

      export default (
          <Route path="/" component={Dashboard} onChange={persistBackgroundOnNavigationChange}>
      ...
              <Route path="/pipelines" component={Pipelines} />
      
              <Route path="/create-pipeline" component={CreatePipeline} />
              <IndexRedirect to="pipelines" />
          </Route>
      

      The problem here is that <IndexRedirect to="pipelines" /> is always redirects to pipelines. However that needs to be override-able.

            Unassigned Unassigned
            tscherler Thorsten Scherler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: