layout: page
title: Lesson 1 – Walkthrough of pipeline componets
sidebar: false
comments: false
sharing: false
footer: true
description: Walkthrough of COntinuous Pipeline Components with 5 steps to Continuous Delivery and 2-Minute Overview of Continuous Delivery
Lesson 1 – Walkthrough of Pipeline Components
Learning Objectives
By the end of this lesson you will be able to:
- Check in changes to application code.
- Make simple configuration changes.
- Change an existing automated test.
- Make scripted changes to the database.
- Make a change to a simple build script.
- Make a change to a deployment script.
- Make a change to the infrastructure scripts.
- Run Jenkins Continuous Integration server jobs.
- View and run jobs within a deployment pipeline.
- View static analysis reports.
- View feedback from a dashboard.
5 steps to Continuous Delivery

Lesson 1 Overview