0 votes
in Jenkins by
How do you define parameters in Jenkins?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Nov 16, 2022 in Jenkins by Robin
0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma
...