I have Jenkins Jobs with a lot of parameters that varies depending on environment**(DEV, PRE-PROD, PROD)**. Can I pass parameters by storing them in GitHub?
For example, if I select DEV and start build, pipeline should go and fetch parameters from GitHub and do its Job. Is this possible? If yes how? Please help.