Overview of Pipelines
Overview
Pipelines in Flosum allow you to automate the process of moving changes between environments. A pipeline connects a branch to one or more organizations and defines the steps for validation, testing, and deployment.
The Pipelines page provides a searchable list of all available pipelines along with their metadata, making it easy to track activity and manage automation.

Best Practices
Name pipelines by purpose (e.g., Release-Branch-Pipeline, QA Team Pipeline).
Connect only required orgs to reduce unnecessary runs.
Use branches strategically – tie pipelines to stable integration or release branches.
Review activity logs regularly to track deployment health.
Run pipelines after PR approvals to ensure code quality and conflict resolution before promotion.
Pipelines Page
When viewing the Pipelines page, the following details are displayed:
Pipeline Name
The name assigned to the pipeline.
Created By
The user who created the pipeline.
Last Activity
The time since the last execution or update of the pipeline.
Branch
Specifies the branch that triggers the pipeline automatically. If Automatic Launch is off, this field will be blank.
Organizations
The number of different organizations assigned to steps in the pipeline.
Actions (⋮)
Pipeline options: Edit pipeline name and Delete.
Searching, Sorting, and Filtering
The Pipelines page can be searched, filtered, and sorted:
Search – Find pipelines by name.
Branches – Filter by associated branches.
Latest Activity – Sort pipelines by:
Sort by name A–Z – alphabetical order.
Sort by name Z–A – reverse alphabetical order.
Latest activity – most recent updates first.
Oldest activity – oldest updates first.
Pipeline Actions
The following pipeline actions are all accessible from the Pipelines page:
Click Pipelines from the left sidebar menu.

Creating a Pipeline
Click Create pipeline.

Enter a name for the pipeline in the Pipeline name textbox.
Click Create pipeline.

Once a pipeline is created, you can configure it by adding steps. See the following article for more instructions.
Running a Pipeline
Click Run pipeline.

Click the Branch dropdown menu.
Select the branch to run the pipeline from.

Click the Pipeline dropdown menu.
Select the pipeline to run.

Click Run.

After clicking Run, the pipeline job starts, and a Pipeline ran successfully message is displayed.

The Pipeline ran successfully message only means that the pipeline job was successfully started. This message does not indicate that the pipeline completed all of its operations successfully. To view the pipeline results, check the branch's activity.
Pipeline Results
Viewing a pipeline's progress and results is done from the branch on which the pipeline was run. See the following article for instructions on viewing a pipeline's results.
Deleting a Pipeline
Warning
Make sure the pipeline is no longer required before deleting it, as this action cannot be undone.
A pipeline can also be deleted when in the pipeline editor, by selecting Delete in the upper-right menu.
Click the Three Dot menu for the pipeline to delete.
Click Delete.

Click Yes in the Delete Pipeline confirmation dialog box.

Pipeline Editor
When you click a pipeline, the pipeline editor opens. This tool lets you set up the steps in your pipeline and configure Automatic Launch options. For further details on pipeline configuration, refer to these articles.

Last updated
Was this helpful?