I am using the Promoted Builds plugin in Jenkins for deployment of my application into different environments.
I have a manual promotion defined, with a "choice" approval parameter, containing two entries - one corresponding to each of two instances of my application. This generates a drop-down list available at manual promotion time.
The promotion executes a Windows batch script which uses the value from the drop down list to choose what directories to write to, what config files to edit etc.
This works perfectly well - once.
If I want to promote the same build to BOTH environments, I would expect to just be able to execute the promotion twice, choosing each environment in turn from the generated drop down list.
However, when I go to do this, I find that the drop down list has now become a read-only text box that I can't choose the other environment from.
Clearly this is a deliberate design choice - so I would really appreciate some feedback on how best to tackle this problem.