In Jenkins, a pipeline is a collection of jobs that are interlinked with each other in a particular sequence.
In short, Jenkins Pipeline is a set of plugins that can be used for the integration and implementation of continuous delivery pipelines using Jenkins. A pipeline has an extensible automation server to implement simple or complex delivery pipelines as code using pipeline DSL (Domain-specific Language).
If you want to learn Jenkins then check out this Jenkins Course by Intellipaat.
Also, watch this video on Jenkins Pipeline Tutorial: