TeamCity On-Premises
 
Get TeamCity On-Premises

Running Custom Build

Edit pageLast modified: 18 September 2024

A build configuration typically uses build triggers to start new builds on a required schedule or whenever TeamCity detects a new change in a source code.

In addition to these automatically triggered builds, TeamCity allows you to run builds manually and, if needed, customize their settings: add new or modify existing properties, choose specific changes, schedule a build, choose which agent should run it, and so on.

TeamCity provides multiple options to run custom builds:

  • Click the ellipsis button next to the Run button and specify optional settings in the Run Custom Build dialog (see this section for more information).

  • To run a custom build with specific changes, open the build results page and switch to the Changes tab. Expand the required change, click the Run build with this change button, and specify required options.

  • Send an HTTP or REST API request to the TeamCity server.

  • Promote a build.

  • Set up build triggers to launch builds with custom parameters.