Skip to main content

Run Builds

Running a build is the core action in your CI/CD process. It initiates executing a predefined sequence of steps, such as compiling code, executing tests, validating artifacts, and preparing for deployment.

In BuildNinja, builds are managed through build configurations, which define what the build does and under what conditions it should run. You can trigger the builds manually via the web interface.

To manually run a build:

  1. Navigate to Projects projects-icon to access the project management interface.

  2. Select the build configuration you want to run and click Run Build.

    run-build-overview.png

    The build enters the queue and is executed automatically once an agent is available.