Google News
logo
Java Jenkins - Interview Questions
What is a Jenkins job?
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.
Advertisement