Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to order the display of build configurations in TeamCity?

I'm using TeamCity 9.0.2. I have one project with many configurations. Up until now, it's always seemed to order my build configurations alphabetically. Then I accidentally clicked on the x on the right and hid one of my configurations. When I unhid it, that configuration now displays at the very bottom. I would like to move it back where it was.

like image 443
utahkay Avatar asked Apr 21 '15 16:04

utahkay


People also ask

How do I find TeamCity build configuration?

To find the build configuration creation wizard: Go to Administration | Projects and open the required project. Alternatively, open the project using the Projects pop-up menu and click Edit Project Settings. The Project Settings page will open.

How do you set 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.

What is build chain in TeamCity?

A build chain is a sequence of builds interconnected by snapshot dependencies. Sometimes the build chain is called a "pipeline". Parts of a build chain linked with snapshot dependencies with enabled revisions synchronization use the same snapshot of the sources.

How do I check my TeamCity build history?

Build History in Classic UIClick All history link to open the History tab.


1 Answers

On the right side of the header for each Project, there is a dropdown which has an option for reordering build configurations.

Reordering option

like image 153
Egg Avatar answered Sep 19 '22 11:09

Egg