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
- Compute Mode
- Select execution mode (e.g., Use SaaS Model).
- Image Type
- Choose base OS image (e.g., Ubuntu).
- Performance Tier
- Select required performance level (e.g., Standard, High).
- vCPU
- Enter number of CPUs required for execution.
- RAM (GB)
- Define memory allocation.
- Storage Volume (GB)
- Specify disk size for build/runtime.
- Default Timeout (seconds)
- Set maximum execution time (e.g., 300 seconds).
Step 3: Define Step Metadata
- Step Name
- Enter a unique and descriptive name for the BXD step.
- 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

