From the course: Learning Jenkins
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Build description and source code management - Jenkins Tutorial
From the course: Learning Jenkins
Build description and source code management
- [Instructor] Let's take a closer look at the job configuration page for the Hello World job. First, notice the tabs at the top of the forum. These outline the sections of the configuration and they also act as little fast forwarders that will take you directly to that section of the configuration. Let's start up here at the General section. The first item here is the Description. You can use this field to add free-form text that describes the job and what it does. A good name for the job goes a long way, but the description can be used to provide even more detail like when the job runs or any artifacts the job creates or anything else someone running the job might need to know. The discard old builds option is also very important. Jenkins keeps a record of each build along with any files generated by the build, including log files and artifacts. This is great if you want to review the history of a job, but old builds take…
Contents
-
-
-
-
Your first Jenkins job3m 8s
-
Job types1m 51s
-
(Locked)
Build description and source code management2m 48s
-
(Locked)
Build triggers3m 7s
-
(Locked)
The build environment4m 55s
-
(Locked)
Run and monitor jobs3m 24s
-
(Locked)
Run and monitor jobs using Console output3m 31s
-
(Locked)
Monitor build trends1m 17s
-
-
-
-