Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select older dependency build on Teamcity

Tags:

teamcity

When you run new build with dependency, you can select dependency-build on "Dependencies" tab via a dropdown. But the dropdown shows only 20 last builds. How can I select older builds?

like image 615
Mikhail Koipish Avatar asked Jul 29 '16 12:07

Mikhail Koipish


1 Answers

There's an internal property that you can override in TeamCity

teamcity.runCustomBuild.buildsLimit

You can probably override this in the UI as a configuration parameter

enter image description here

otherwise you may have to add this to the internal.properties file on the physical server. To find the path for this you can navigate to Administration > Diagnostics > Internal Properties or append this to your server root (admin/admin.html?item=diagnostics&tab=properties)

This will give you the path to the properties file

enter image description here

Hope this helps

like image 50
Evolve Software Ltd Avatar answered Oct 20 '22 21:10

Evolve Software Ltd