Install and Configure Jenkins - Part 1
In this lab, you’ll practice the basics of Jenkins. When you’re finished, you’ll have the skills necessary to run and configure Jenkins.
Terms and conditions apply.
Lab info
Lab author
Challenge
Getting Started in the Lab Environment
Here are the initial instructions and explanation of the lab environment. Read this while your environment is busy creating itself from nothing. Yes, this violates physics; we know. How fun!
Challenge
Run Jenkins in a Docker Container
Jenkins is optimized to be run in a container–this challenge will familiarize you with the commands necessary to create and run a Jenkins instance.
Challenge
Configure a Plug-in with Jenkins
Configuration in Jenkins is driven by plug-ins, including the user interface. This challenge will allow you to use a Dark UI via enabling a plug-in, and will allow you to become familiar with the plug-in system.
Challenge
Create a Freestyle Build
Freestyle builds are easy to do in Jenkins, and are heavily UI-driven. You’ll create a Hello World build in this final challenge.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- The basics of software development