JENKINS INTERVIEW QA PREPARATION
1. What is Jenkins ?
Ans: It is a free source that can handle any kind of build or continuous integration. Jenkins is a popular tool for performing continuous integration of software projects.
2. Jenkins will be installed on server or clients ?
Ans: It will be installed on server where the central build will take place.
3. What is continous integration ?
Ans: It is a development practice that requires users to integrate code into a shared repository at regular intervals.
4. How to restart the jenkins from the browser ?
Ans: http://localhost:8080/jenkins/restart
5. What is # of executors ?
Ans: Refers to the total number of concurrent job executions that can take place on the jenkins machine.
Note: Below are the books conatin all kind of Jenkins Interview QA

Comments
Post a Comment