Login
Remember
Register
Ask a Question
What is Agent Directive in Jenkins?
0
votes
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
What is Agent Directive in Jenkins?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
The Agent is the section that specifies the execution point for the entire pipeline or any
specific stage in the pipeline. This section is being specified at the top-level inside the
pipeline block.
...