Day 28: Jenkins Agents
Jenkins Agent
A Jenkins agent is a separate machine or container that executes the tasks defined in Jenkins jobs. When a job is triggered on the master, the actual execution occurs on the assigned agent. Each agent is identified by a unique label, al...
tanmaya1234.hashnode.dev3 min read