Question
With the CI/CD pipeline, you hear about projects in the context of Jenkins. What is a Jenkins project?
Answer
A Jenkins project is a job. However, the term "job" is no longer used. Jenkins' website defines a project as this: "A user-configured description of work which Jenkins should perform, such as building a piece of software, etc." Taken from Jenkins' website.