Вопрос

Is it possible to reset the teamcity.build.id value in teamcity?

I'm able to reset the build.counter value easily in the build configuration, but I haven't found anything to reset teamcity.build.id.

Это было полезно?

Решение

There is no way to reset build id, because it is used to identify related records in database storage. Resetting it would ruin your build history.

Другие советы

Starting from TeamCity 8.0 build IDs are editable, so you can assign whatever value you want (of course they must be unique). It provides you also a "Bulk Edit" feature. More info here.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top