0 votes
in Jenkins by (23.1k points)
How do you define parameters in Jenkins?

1 Answer

0 votes
by (23.1k points)

A build can take several input parameters to execute. For example, if you have multiple test suites, but you want to run only one. You can set a parameter to decide which one should be run. To have parameters in a job, you need to specify the same while defining the parameter. The parameter can be a string, file or custom.

...