Query: In CircleCi, how to select parameter values at run time(at the time of triggering the pipeline)
For instance, in Jenkins at the time of building the job, can select parameter values. Suppose I have choice parameter “Browser” with values “Chrome, Firefox, Edge, Safari”. At the time of building the job, using Build with Parameters option I can choose either chrome/Firefox/Edge/Safari.
Is CircleCI provides above mentioned feature/functionality(select parameter values at the time of triggering the pipeline)?
Thanks In Advance.