Configure BXD in GitOps Workflow

#Last updated: 23 April 2026

Step 1: Select BXD Step

  • Navigate to Add New Step.
  • Under Build & Deploy, select BXD.
  • Click Save to open configuration.

Step 2: Configure Compute Settings

  1. Compute Mode
  • Select execution mode (e.g., Use SaaS Model).
  1. Image Type
  • Choose base OS image (e.g., Ubuntu).
  1. Performance Tier
  • Select required performance level (e.g., Standard, High).
  1. vCPU
  • Enter number of CPUs required for execution.
  1. RAM (GB)
  • Define memory allocation.
  1. Storage Volume (GB)
  • Specify disk size for build/runtime.
  1. Default Timeout (seconds)
  • Set maximum execution time (e.g., 300 seconds).

Step 3: Define Step Metadata

  1. Step Name
  • Enter a unique and descriptive name for the BXD step.
  1. JSON Data (Key-Value)
  • Add configuration inputs:
  • Click Add Key-Value Pair
  • Provide:
  • Name (key)
  • Value
  • Enable Do you want to encrypt? if sensitive data is included.

Step 4: Add Execution Script

·      In Shell Script section:

·      Enter the commands to execute during the step.

Example:

git clone <repo-url>

cd project

npm install

npm run build

Step 5: Add and Save Step

  • Click Add Step.

Verify that BXD step is added to workflow sequence