Skip to main content

Copy Builds

BuildNinja allows you to duplicate an existing build configuration to quickly create a similar setup without starting from scratch. This is useful when replicating build settings, steps, triggers, or parameters for different projects or environments.

To copy a build configuration:

  1. Navigate to Projects projects-icon to access the project management interface and select the build configuration you want to duplicate.

    build-overview

  2. Click More Options dropdown and choose Duplicate Configuration.

    build-overview-duplicate-configuration-button

  3. BuildNinja will prompt you to name the new build configuration and choose the target project where you want to duplicate the build configuration. Enter a new name for the duplicated build configuration and select the target project.

    build-overview-duplicate-prompt

  4. Click Duplicate to duplicate the build configuration.

    build-overview-duplicate-prompt-duplicate-button

    The new build configuration will be created in the selected target project.

    build-overview-duplicated

note

Artifacts, logs, and historical build data are not duplicated; only the configuration is duplicated.