jenkinsci / dashboard-view-plugin

Jenkins dashboard-view plugin
https://plugins.jenkins.io/dashboard-view/
MIT License
46 stars 105 forks source link

[JENKINS-9766] Triggering a parameterized build from the dashboard does not return to the dashboard #246

Open TobiX opened 13 years ago

TobiX commented 13 years ago

When triggering a parameterized build using the button from the dashboard the view returns to the project page after the parameters are entered and build is triggered. It should return back to the dashboard instead. This is particularly inconvenient when trying to trigger multiple parameterized builds.


Originally reported by kisielk, imported from: Triggering a parameterized build from the dashboard does not return to the dashboard
  • assignee: petehayes
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022-10-30
TobiX commented 13 years ago

mambu:

Hi, is this happening only for "parametrized" builds or for every kind of build? Just to know where to start investigating.
Thanks

TobiX commented 12 years ago

scottdeagan:

This is happening for both parameterized builds and every kind of build. It is particularly annoying for parameterized builds. For example:

1. I have a build-pipeline.
2. The default view is set to this build-pipeline view.
3. The first job in the pipeline is a parameterized job.
4. Click on the Run button.
5. You are prompted to enter the parameters, as expected.
6. Enter the parameters and press the "Build" button.

What happens: you are taken to the status page for the parameterized job you just entered parameter values for.
What would be better: you are taken back to the build-pipeline view you were looking at.

At present, you have to navigate your way back to the build-pipeline view, which is extremely inconvenient and confusing.

TobiX commented 12 years ago

mambu:

Ok, but what happens when you do the same but starting with a view that is not a "dashboard-view"? Which page are you redirect to after hitting "build"?
I believe this is not a dashboard-view related issue, but rather a parametrized-build plugin one.

TobiX commented 10 years ago

ikedam:

This is a issue with "parameterized project", which is a project with parameters, not a project with parameterized-trigger plugin.

If no fixes will be done in dashboard-view, please close with won't fix.