Certified Jenkins Engineer: What Is A Job
Certified Jenkins Engineer: What Is A Job
Certified Jenkins Engineer: What Is A Job
What is a Job
The Jenkins official documentation indicates that the term Job has been
replaced by the term Project
This is the most common type pf project. The build step for this
type of project normally executes a shell (Linux) or batch
(Windows) command.
Pipeline
These types of projects are for things that do not fit in a freestyle
project, because they are too complicated or span multiple nodes.
This type of project can use the source control platform's organization and
allow Jenkins to act on Jenkinsfiles stored within the organization’s
repositories.
This includes all of the items that are part of that particular Job / Project. In
some cases, there are Global libraries that are brought into the scope of a
project simply by being included. Other items that are declared within a
project only exist in that project’s scope, and are not available as a shared
resource.