I'm evaluating GoCD if we would be able to use it instead of Jenkins.
Is there any way how to create a parameterized pipeline like parametrized jobs in Jenkins?
In Jenkins, we're using these parameters in some jobs which are executed manually to configure "full-rebuild" of the project:
This bool value is passed as ENV variable to the job. I have found that GoCD has ENVs but I didn't find if there is a way how such ENV can be selected before manual executing.
Thanks