- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

The DevOps Pipeline
**Copy the public IP address of the CI server provided on the lab page, and paste it into a new browser tab with :8080 appended to the end**. In this hands-on lab, you will create a DevOps pipeline all the way from making a code change to deploying that change to a production environment. One of the great benefits of DevOps comes from its focus on automated pipelines, and here you will have the opportunity to try one out so you can see it in action from a hands-on perspective. After completing this hands-on lab, you should have a basic idea of what it is like to use a DevOps pipeline to change the code and get those changes into production.

Lab Info
Table of Contents
-
Challenge
Execute the initial deployment.
To accomplish this, create a pull request from the "new-feature" branch to "master" and merge it. Then, run the Jenkins build for the master branch. When the build reaches the "DeployToProd" stage, hover over it and click "Proceed."
This will cause the text on the production site to change from 'DevOps is great!' to 'DevOps is awesome!'
-
Challenge
Run the "broken" deployment.
To accomplish this, create a pull request from the "broken-feature" branch to "master" and merge it. Then, run the Jenkins build for the master branch. When the build reaches the "DeployToProd" stage, hover over it and click "Proceed."
This will cause the text on the production site to change from 'DevOps is awesome' to 'DevOps is awesbfgdsfkjh!'
-
Challenge
Roll back the broken deployment.
To do this, click on the build that you used to deploy the new-feature branch successfully, then click on "replay," and then "Run." When the build reaches the "DeployToProd" stage, hover over it and click "Proceed."
This will cause the text on the production site to change from 'DevOps is awesbfgdsfkjh!' back to 'DevOps is awesome!'
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.