Running a Pipeline

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

Pipelines enables you to trigger all your pipelines manually. However, to create an efficient CI/CD process, you should configure your pipelines to be automatically triggered based on certain events. This page describes the methods and procedures for triggering an automatic or manual run of a pipeline.

When creating an automated pipeline, you should define your steps so that they execute in an interdependent sequence. This means that each step is configured so that its execution is triggered by the successful completion of a prior, prerequisite step (or steps). In this way, step 1's completion triggers the execution of step 2, completion of step 2 triggers execution of step 3, and so on until all steps in the pipeline are executed.

The following topics review items related to running a Pipeline: