Installing Jenkins on a laptop or desktop is the best approach when only one person needs to access it. For multiple users, a server-based install is more appropriate. In this lesson, learn to install Jenkins on a server running the Ubuntu operating syste
- [Instructor] Some environments need Jenkins…to be available to multiple users at the same time.…In these cases, it's best to have Jenkins…installed on a server that can be accessed over the network.…For this installation you'll need a virtual machine…or a physical server that can be accessed via SSH.…Since you'll be making changes at the system level,…you'll also need to be able to access your server…as the root user.…I'll be using an Ubuntu VN.…If you're following along,…be sure to reference the exercise files for this lesson…for the commands I enter during the installation.…
First, connect to your server in sudo to root.…Now add the aptitude key for the Jenkins application.…This will allow you to verify packages…from the Jenkins source.…This is done by downloading the key from jenkins-ci.org…and using the apt-key add command…to add the key to the system.…Now add the jenkins debian repo…to the aptitude sources list.…This will let you download Jenkins…directly from the developer's website.…
Since you've installed their key as well,…
Author
Released
4/17/2018First, learn how to set up Jenkins on Mac, Windows, Linux, or inside a Docker container, and find out how Jenkins plugins are used to extend its functionality. Next, configure your first job step by step, leading up to the requisite "Hello, World" output, and learn to make your jobs more useful and portable with parameters. Then explore job scheduling, and Jenkins's convenient aliases for running jobs at regular intervals. The course wraps up with tips for organizing jobs in folders and views and a brief look into pipelines as code-which enable you to execute a series of jobs in stages.
By the end of the training, you should be able to install Jenkins locally or on a virtual machine, create a Jenkins jobs that can be triggered manually or on a schedule, and install and configure plugins to extend the Jenkins framework.
- Installing Jenkins
- Using plugins
- Creating and configuring a job
- Running and monitoring jobs
- Managing artifacts
- Working with parameters
- Scheduling jobs
- Organizing jobs with views and folders
- Defining stages with pipelines
Skill Level Beginner
Duration
Views
Related Courses
-
Java: Build Automation with Maven
with Peggy Fisher1h 24m Intermediate -
DevOps Foundations
with Ernest Mueller2h 53m Beginner -
Learning Selenium
with Meaghan Lewis1h 13m Beginner
-
Introduction
-
Welcome1m 9s
-
Why choose Jenkins?1m 44s
-
Key terminology1m 16s
-
-
1. Install Jenkins
-
System requirements1m 4s
-
Install Jenkins on Windows3m 15s
-
Install Jenkins on Mac2m 44s
-
Install Jenkins on Ubuntu3m 45s
-
The Jenkins user interface1m 56s
-
The suggested plugins1m 20s
-
Update plugins29s
-
Global tool configuration1m 28s
-
-
2. Jobs in Jenkins
-
Create a job1m 53s
-
Your first Jenkins job2m 45s
-
Basic job configuration3m 45s
-
Run and monitor jobs2m 50s
-
Monitor build trends2m 4s
-
-
3. More Detail on Jobs
-
Advanced job configuration2m 23s
-
Browse a job's workspace2m 16s
-
Manage artifacts2m 6s
-
Parameterized jobs1m 20s
-
String parameters1m 56s
-
Choice parameters1m 31s
-
Boolean parameters1m 46s
-
Schedule jobs4m 10s
-
-
4. Organize Jobs with View and Folders
-
Views and folders1m 33s
-
Create a view3m 18s
-
Create a folder3m 6s
-
Delete views and folders1m 20s
-
-
Conclusion
-
Next steps44s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Install Jenkins on Ubuntu