Create a Pipeline

To create a pipeline in the Catalyst console, please ensure to follow the below steps:

  1. Click the Pipelines service icon from the left menu in the Catalyst console.

    pipelines-icon
  2. Click Create Pipeline.

    create-new-pipeline
  3. In the pop-up that appears, provide a name for the pipeline.

    enter-pipeline-name
  4. Select your preferred integration source.

    select-integration
Note: This step is completely optional. If you choose not to integrate your pipeline with any Git provider, then you can directly proceed with Step 8.
  1. Add a new Git account by clicking the +Add account option. If you have any Git accounts integrated with your Catalyst project previously, they will be listed in the dropdown. Simply choose the account and proceed.

    add-git-account
  2. Select the organization your chosen account belongs to.

    select-org
Note: This attribute refers to the name of your organization in GitHub, the project name in GitLab, and the workspace name in Bitbucket.
  1. Select the repository where you want to commit the new catalyst-pipelines.yaml file. Click Continue.

    select-repo
Note: If a YAML file already exists in your repository, please ensure to name it catalyst-pipelines.yaml mandatorily.
  1. The code editor is now opened. You can proceed to configure the pipeline by adding the required pipeline components in the editor. Also, you can select the branch in which the file has to be committed, as shown in the screenshot below.

    select-branch

After you have defined the pipeline execution flow, click Commit. You can also save as a draft and work on the logic later, if required.

You can choose to configure the pipeline in Builder mode by switching the tabs, as shown in the screenshot below.

pipeline-builder-screen

We will be discussing more about configuring the pipeline in this help page.

Last Updated 2025-06-03 18:19:55 +0530 +0530

ON THIS PAGE