Day 29 - Jenkins Interview Questions
Below are some basic Jenkins interview questions along with the answers.
1. What is Jenkins?
Jenkins is a Java-based open-source automation platform with plugins designed for continuous integration or continuous delivery. It is used to continually cr...
sharmasmriti.hashnode.dev13 min read
Amirpasha Salehi
Hi Smriti,
Thank you for providing detailed documentation. As I was reviewing it, I noticed a point regarding question #19 that could benefit from further clarification.
When we set the number of executors on the master node to zero, the master node will be dedicated solely to orchestration and managing the Jenkins environment. It will not execute any builds. Instead, other agent (or slave) nodes will be responsible for running the jobs.