Navigating a job's project page
Now that we have a solid grasp of managing views in Jenkins, let's turn our focus over to Jobs. In this section, we will learn to navigate the job overview page. There are a lot of options and indicators available, and it is important to understand each of these as they can assist us in tracing issues, debugging build failures, and identifying relavant information quickly.
The job overview page contains configuration options and job execution details for the specified Jenkins job. The interface includes information regarding execution status, build history, last execution times, and SCM polling data. The optional configurations available on the left hand panel include the ability to edit jobs definitions, a button to delete the job from the Jenkins system, a recent changes link, and more. Let's look into the job overview page in greater depth and see how it works.
To navigate to a job overview page in Jenkins, simply click on the preferred job from the main...