This question relates to a handy feature that is present in Jenkins - wondering if this can be done with ThoughtWorks Go?
I want to manually trigger a pipeline passing in a custom parameter - this is different than the trigger that allows one to select a revision. Jenkins has a customizable UI page in which I can define custom parameters (typed and with default values plus description) and then when running the build, user is prompted to enter the parameter values prior to running the build.
While this feature is not essential, it is really quite useful in Jenkins.
Any ideas on whether this can be done and how would be appreciated.