Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Your First Pipeline

If you need to deliver water, corn syrup, or crude oil someplace, you build a "pipeline". Similarly, a Jenkins pipeline delivers your software to a testing, staging, or production environment. When creating a pipeline, you specify the steps Jenkins needs to follow. Anytime a build is triggered, Jenkins will follow those steps to deliver your code where it needs to go.

Let's create a simp...