In scaling Jenkins for large projects, __________ is/are used to distribute workloads across multiple nodes.
- Docker containers
- Freestyle projects
- Master-Slave architecture
- Pipeline scripts
The Master-Slave architecture is used to scale Jenkins for large projects. It involves a master node orchestrating and distributing workloads to multiple agent nodes.
Loading...
Related Quiz
- A company needs to restore a Jenkins environment quickly after a system failure. The best approach would be to use a ________.
- In the context of high-availability, what strategy should be adopted when upgrading Jenkins in a distributed architecture?
- What is a recommended method for intermediate users to optimize Jenkins' performance regarding job execution?
- Jenkins integrates with code quality tools using the __________ plugin.
- To secure a Jenkins master-slave connection, the use of __________ protocol is recommended.