To support various build environments, Jenkins uses the concept of _________ nodes.
- Agent
- Executor
- Slave
- Worker
To support various build environments, Jenkins uses the concept of nodes, also known as slaves or agents. These nodes can be distributed across different machines to execute build jobs.
Loading...
Related Quiz
- In Jenkins, which security realm is commonly used for initial user authentication?
- What is a common solution for the 'Jenkins offline' error when Jenkins is not able to fetch updates?
- In Jenkins, how does a Declarative Pipeline differ from a Scripted Pipeline?
- When setting up a secure Jenkins installation, which configuration is crucial for ensuring secure communication between master and agents?
- To integrate source code repositories with a Jenkins pipeline, the _________ step is used.