How to pass Jenkins Pipeline Parameters via GitHub?

262 views Asked by At

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.

0

There are 0 answers