Jenkins Beginner Class 13: What is Pipeline in Jenkins(DevOps)

Опубликовано: 01 Октябрь 2024
на канале: Testing Tutorialspoint
39
3

Jenkins Beginner Class 13 - What is Pipeline in Jenkins (DevOps)
--------------------------------------------------------------------------------------------------------
Pipeline - is a workflow with group of events or jobs that are chained and integrated with each other in sequence.
- Every job in a pipeline has some dependency on one or more other jobs
- A pipeline has an extensible automation server for creating simple or even complex delivery pipelines "as code", via DSL (Domain-specific language).

Continuous Delivery Pipeline:

build - deploy - test - release


A B C D