Pipelines JavaScript SDK

Pipelines is a Catalyst service, that allows you to implement a CI/CD approach. This enables the automation of building, testing, and deployment of web and mobile applications to preferred environments.

Prerequisites

You will need to install the following package to be able to use the Pipelines SDK methods.

copy
$
npm install @zcatalyst/pipelines
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.

Import Requirement

You will need to import the following modules to use the SDK methods of Pipelines components.

copy
const { Pipelines } = require('@zcatalyst/pipelines');//Pipelines module

List of SDK Methods

Category SDK Method Required Scope
General Operations Get Pipelines Instance No requirement
Pipelines Operations Admin

Last Updated 2026-07-02 14:51:41 +0530 IST