Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Complete Jenkins Pipeline Tutorial - Jenkinsfile Explained
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Jenkinsfile?
- 3 From Scripted to Declarative Pipeline Syntax
- 4 Basic Structure of Jenkinsfile
- 5 Post Build Actions in Jenkinsfile
- 6 Define Conditionals / When expression
- 7 Using Environmental Variables in Jenkinsfile
- 8 Using Tools attribute for making build tools available
- 9 Using Parameters for a Parameterized Build
- 10 Using external Groovy scripts