- Lab
- A Cloud Guru
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.
Path 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!'
What's a lab?
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.
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.