Skip to main content

Source Configuration

This guide explains how to configure the source for your build pipeline. It covers setting up the Git repository, branch configuration, and scheduling builds.

Step 1: Navigate to the Workflow Configuration

  • In the Workflow Details page, click on Source (Dev) within the pipeline diagram to start configuring the source.

Step 2: Configure the Source Details

  • The Configure Source panel will appear on the right side of the screen. Select the application source type.
    • Select Git repo if you have the source code to your application service
    • Select Container Registry if you have the docker image of your applicaiton servie

Step 3: Git Source

  • Git Source: Select your Git repository from the dropdown menu.
  • If the environment has been deployed, and you are editing an existing workflow, you will see this information pre-filled.

Step 4: Repository Selection

  • Repo: Choose the specific repository you want to pull code from.
    • Example: your-repo

Step 5: Branch Configuration

  • Branch Configure: Select the branch or tag from which the pipeline will build. You have several options:
    • Schedule: Set a specific time or interval for builds.
    • Branch: Choose a branch directly.
    • Tag: Use a specific tag in the repository.
    • Pull Request: Trigger the pipeline on pull requests.
    • Wildcard branch: Use wildcard characters for branch patterns.
    • Example: main, release/*

Step 6: Build Type

  • Build Type: Select or define the type of build you want to configure.
    • Example: Automatic, Manual

Step 7: Save the Configuration

  • Click the Save button to apply your source configuration to the workflow.