InterviewSolution
Saved Bookmarks
| 1. |
What is a Jenkins job? |
|
Answer» A Job/Project is the fundamental unit of a logical work (LIKE a software build, an automation task, test execution, etc) using the Jenkins automation server and other required plugins, configurations & infrastructures. Jobs can be of different types like - a FREESTYLE project, a multi-configuration project, a pipeline project, a multi-branch project, etc. |
|