From the course: Learning Jenkins: Automating Software Development and System Administration
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Create a view - Jenkins Tutorial
From the course: Learning Jenkins: Automating Software Development and System Administration
Create a view
- [Instructor] I have several jobs in place to help demonstrate how to create views. If you're following along, you only need to create three jobs, one with build in the name, one with test, and one with deploy. With your jobs in place, we can create a view for each type of job. We'll start by selecting the plus sign next to the All tab. By the way, the All tab is actually a view. The All view shows all jobs and folders at the top level of the Jenkins dashboard. Let's move on to creating a new view. First, we need to give the view a name. It's useful to give a view a name that describes what you'll see in the view. In this case, I'll name it Build because I want to use it to list all of the jobs that have build in their name. Then I'll select List View and then Create. On the Edit View page, I can give the view a description that will be displayed at the top of the view. How about "These are the build jobs"? Now I need to specify which jobs I want to appear in the view. In this list…