What is a jenkins pipeline?



  • A Jenkins pipe line is a collection of jobs, you saw what makes up a job in the What is jenkins framework made up of? article. The jobs in the pipe line can run in sequence or in parallel, or both. It is used in continuous integration & continuous delivery.

    Here's a example pipeline from the Jenkins wiki website, the green arrows show the direction of the workflow.

    The boxes change color during execution, successful completion, or failure.

    0_1495304122868_jenkins_pipeline.png



© Lightnetics 2024