0 votes
in Jenkins by
What are Parameters in Jenkins?

1 Answer

0 votes
by
Parameters are supported by Agent section and are used to support various use-cases pipelines. Parameters are defined at the top-level of the pipeline or inside an

individual stage directive.
...