Using the Jenkins GUI

1 hour
  • 5 Learning Objectives

About this Hands-on Lab

In this lab, you will be provided with a server that has Jenkins pre-installed but not fully configured.

As part of this lab, you will need to configure it for first use. Once configured and you can access the GUI, you will create a job that performs a task.

Once created, you will then run that job to ensure it works and produces output.

Learning Objectives

Successfully complete this lab by achieving the following learning objectives:

Log In to the Provided Server

Log in to the server as cloud_user with the provided password to ensure you can log in. When the file SERVER-READY is shown in the /home/cloud_user folder, then you can follow along with the tasks.

Log In to the Jenkins Instance on Port 8080

The supplied CentOS 8 server has Jenkins pre-installed. Use the same username and password as the provided server to log in to the GUI.

Configure Jenkins for First Use
  • Connect to the provided Jenkins server at port 8080.
  • Configure the Jenkins server for first use by adding the key as mentioned on the initial landing page, creating a user called admin, and then installing the default plugins.
Create a Job Using the Jenkins GUI
  • Your task is to use the Jenkins GUI and create a Job. Use the XXX job type.
  • You will need to do what is required to create a job that examines the /var/log/messages log and shows the contents as the output for the job.
Run the Job and Examine the Output

The output from the job should show the contents of the /var/log/messages log. If you see this output, then the task is a success and you may close this lab.

Additional Resources

Your development team needs to know how to create jobs in Jenkins using the GUI. Your manager would like someone to have experience with using the GUI to create a job.

You have been asked to perform this task and create a job using the GUI.

The server you have been provided has Jenkins installed and available on port 8080. The Jenkins user has been configured with sudo permissions and an SSH key but has not otherwise been configured.

You will need to do the following tasks.

  1. Connect to the provided Jenkins server at port 8080.
  2. Configure the Jenkins server for first use by adding the key as mentioned on the initial landing page, creating a user called admin, and then installing the default plugins.
  3. Create a freestyle project called labtest01. In the build steps, use a command that outputs the /var/log/messages log file.
  4. Run the job and examine the output to ensure it has completed successfully.

What are Hands-on Labs

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?