Run Custom Build Dialog
To open the dialog:
Click ellipsis on the Run button
Click the Run build with these changes link on the Changes tab of the build results home page
To create history builds, TeamCity always uses the VCS roots and settings that are now actual for the particular build configuration. If you delete a VCS root from the build configuration, you can no longer trigger history builds with changes which the root contained.
Option | Description |
---|---|
Rebuild dependencies | If the enforce rebuilding of all dependencies (do not reuse existing builds) is enabled, then before running the current build, TeamCity ensures that new builds from the sequence are created and no finished builds will be reused from the existing history. |
Agent | In this drop-down list, select an agent you want to run the build on. Besides the possibility to run a build on a particular agent from the list, you can also use one of the following options:
|
System properties/ Environment variables | By default, these sections show system properties and environment variables currently defined for the build configuration. You can add new, edit, and delete additional properties/variables, or edit values of predefined ones. |
Add new | To add new property/variable, click the Add new link, then specify its name and a value. |
Edit property | You can edit property's name and value. |
Delete property | Click to delete the property/variable. |
Reset | The link is available for each of the predefined properties/variables. Click the link to reset the property/variable to its default value. |
Changes to include | The section allows you to specify particular changes you want to include in this particular build. |
Latest changes on the moment of build start | Default option. TeamCity will automatically include all changes available for the moment. |
All changes up to the selected one | When you select a change in the drop-down list, TeamCity runs the build with the selected change and all changes that were made before it. |
Run Build | Click to run build with specified parameters |