Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity - Re-running a specific build step

Tags:

c#

teamcity

For arguments sake if you've configured 3 builds steps and you want to re-run the 3rd step in isolation (not run the prior 2 steps), how would you achieve this?

like image 744
Mark Walsh Avatar asked Mar 25 '13 15:03

Mark Walsh


People also ask

How do you edit building steps in TeamCity?

In Build Steps, click Auto-detect build steps, and then select the proposed steps you want to add to the current build configuration. You can change their settings afterwards. When scanning the repository, TeamCity progressively searches for project files on the two highest levels of the source tree.

How do I manually trigger a build in TeamCity?

To run a custom build with specific changes, open the build results page, go to the Changes tab, expand the required change, click the Run build with this change, and proceed with the options in the Run Custom Build dialog. Use HTTP request or REST API request to TeamCity to trigger a build.

How do I revert my TeamCity changes?

You are right ,there is no obvious option in Teamcity to rollback to a previous version. However, all teamcity build configurations are maintained in a xml file on the local disk drive in the Local Build Server. The files are created in a rolling format (the latest config is called config.


1 Answers

No, not possible....unless you temporarily disable the earlier steps in admin, and run the build again.

http://confluence.jetbrains.com/display/TCD7/Configuring+Build+Steps

like image 102
manojlds Avatar answered Sep 24 '22 01:09

manojlds