Skip to main content

Build Configurations

You can control how your integration is built on WSO2 Cloud - Integration Platform by configuring the build settings. Both settings are enabled by default.

Configure build settings

  1. In the left navigation, click Build.

  2. In the top-right corner of the Builds card, click the settings icon.

    The Build Configurations panel opens on the right.

    Build configurations panel

  3. Configure the following settings:

    SettingDescription
    Unit TestWhen enabled, unit tests run as part of every build. Disable this to skip unit tests.
    Pull Latest SubmodulesWhen enabled, all Git submodules are pulled fresh on every build. Disable this if your submodules are stable and you want faster builds.
  4. Click Save.

The updated settings apply from the next build onwards. To verify, you can trigger a build manually by clicking the Build Latest button.

What's next