Continuous Integration is the most important part of DevOps that is used to integrate various DevOps stages. Jenkins Pipeline is defined using a text file called the Jenkinsfile. The pipeline implements as code using Groovy Domain-specific language(DSL) It is stored into an SCM like GitHub for example and can be updated by many ways.
Table of contents
What is Jenkins pipeline?Some vocabulary related to pipelineWhy should you use Jenkins pipeline?Pipeline structure componentsTwo types of pipelinesConclusionSort: