Catalyst Pipelines

Catalyst Pipelines implements a CI/CD approach to enable automation of building, testing, and deployment of web or mobile applications to preferred environments.

You can create a pipeline from the Catalyst console.Using the SDKs below, you can retrieve the details of a Catalyst Pipeline and also execute a pipeline by incorporating the code snippets in your application.

Get Pipeline Instance

A component instance is an object that can be used to access the properties specific to a particular component. You can create a component instance to perform the below listed actions in Catalyst Pipelines.

The app reference used in the code below is the Python object returned as a response during SDK initialization. You can create a new pipelines_service instance as shown below.

    
copy
pipelines_service = app.pipeline()

This component instance will be used for all Pipeline operations in the Node.js SDK.

Last Updated 2025-06-20 16:21:48 +0530 +0530