Is it possible to create a custom UI for a jenkins project and it's flow? Or do you pretty much have to stick with the one Jenkins provides?
For example, the default flow for a Jenkins project is:
project page -> Build with parameters -> parameters form -> build -> project page
where you can watch the progress of the job or click to see the console output.
Is there a way to have more control on this flow?
For example, what I'd like to do when the user hits "build", is to keep the parameters form displayed, as the build output is displayed in a window.
Then when the build completes, the the user should have the option to modify some of the parameters, and execute the build again.
Does Jenkins allows for things like this?