Jobs in Jenkins
To facilitate the creation of new jobs, the Jenkins platform provides a handy New Item menu link on the main Jenkins dashboard. This link represents the entry point into job creation. In this section of Mastering Jenkins, we will learn the various job types we can create in Jenkins and what makes each project type unique.
Upon clicking on the New Item link from the main dashboard, Jenkins will navigate us to the basic job configuration page where we can define the name of the job and select the appropriate project type. This screenshot illustrates the basic job configuration page we just described:
Each of the options presented in the new item basic configuration page represents a unique type. The selection made on this page will have a profound impact on how the job will function. Let's discuss each of the available job types and learn about the individual options prescribed for each job:
- Freestyle project: This provides the...