|
Triggering a parameterized build from the dashboard does not return to the dashboard
------------------------------------------------------------------------------------ Key: JENKINS-9766 URL: https://issues.jenkins-ci.org/browse/JENKINS-9766 Project: Jenkins Issue Type: Bug Components: dashboard-view Reporter: Kamil Kisiel Assignee: Peter Hayes Priority: Minor 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. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153328#comment-153328 ] Marco Ambu commented on JENKINS-9766: ------------------------------------- Hi, is this happening only for "parametrized" builds or for every kind of build? Just to know where to start investigating. Thanks > Triggering a parameterized build from the dashboard does not return to the dashboard > ------------------------------------------------------------------------------------ > > Key: JENKINS-9766 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9766 > Project: Jenkins > Issue Type: Bug > Components: dashboard-view > Reporter: Kamil Kisiel > Assignee: Peter Hayes > Priority: Minor > > 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. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

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.