There are a few plans that I will run manually, and the input parameters to my custom executable scripts will be different depending on the type of build I wish to run. Right now I have to actually change 4-5 jobs on a single plan to put the proper input parameters in, I was wondering if there was a way for me to prompt the user whenever a plan was executed to input parameters manually, and those would translate to each of the individual jobs?
Edit: I did figure out about plan variables that I could use, so this makes it slightly better, but I would still prefer a prompt if that is possible.