Hi Jenkins'ians, is it possible to configure parameterized jobs with two stages of parameters at the beginning?
Let me explain an example. If build job is triggered, it asks for a Jira ticket ID. The user enter the ticket ID and click to continue. On the next page some details of this Jira ticket will be shown and the user has to enter some more data like his credentials for the commit of the changes out of this build run. Now the build jobs starts after the click on "Build". The idea behind this is to prevent entering a wrong ticket ID by showing additional information on a 2nd screen, so the user has the possibility to verify what he entered onto the build job. Any ideas on how to setup something like this? And of course, other ideas are welcome too! Thx a lot in advance. -- Kind regards, Yves