Jenkins - Agent

Card Puncher Data Processing

About

An agent is a node (a machine, or container) which connects to a Jenkins master and executes tasks when directed by the master.

Pipeline Syntax

https://jenkins.io/doc/book/pipeline/syntax/#agent

The agent section specifies where the entire Pipeline, or a specific stage, will execute. The section must be defined at the top-level inside the pipeline block.

docker

Execute the Pipeline, or stage, with the given container which will be dynamically provisioned on a node

Documentation / Reference





Discover More
Card Puncher Data Processing
Jenkins - Node

The workload of building projects are delegated to multiple nodes (Sometimes called agent) A machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the...



Share this page:
Follow us:
Task Runner