Jenkins: Creating the Simple Pipeline to Get to Know the Basic Function

Опубликовано: 27 Январь 2026
на канале: Nobody's Hero
100
5

This video shows you how to create the Pipeline project (job) in Jenkins.
Create Pipeline in this video is very simple so it is nice to get to know the basic function of Pipeline.

Chapters
00:00 Prologue
00:11 Creation of new Pipeline project (job)
00:43 Input of Pipeline Script and the explanation of each section
02:31 First build (execution) of Pipeline project (job) and checking the result
03:23 Checking the behavior when the intermediate stage of Pipeline is failed
05:17 How to add comments in Pipeline Script
05:26 Issuing the error of "Multiple occurrences of the steps"
06:36 How to execute multiple tasks in a step