I have made several custom process parameters. They are for versioning purposes (ie IsMajorBuild, IsMinorBuild, etc.)
When I right click on my build and select Edit Build Definition, then select Process I see all of my custom parameters listed there.
But when I queue a new build and click on "Parameters" I only see some of the "Basic" and "Advanced" items.
Is there a way to get at least some of my custom parameters into that list? It would be nice to be able to indicate a minor build with out having to:
- Open the Build Definition
- Edit the custom parameters and save
- Queue the build
- Open the Build Definition
- Put the parameters back and save
If could get them in the queue parameters, I could just change it while queuing the build.
Is there a way to do this?