Login
Remember
Register
Ask a Question
What are Parameters in Jenkins?
0
votes
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
What are Parameters in Jenkins?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
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.
...