0

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.

mawaldne
  • 3,919
  • 6
  • 31
  • 37

2 Answers2

1

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.

Nikita Skvortsov
  • 4,768
  • 24
  • 37
0

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.

Manuel Spezzani
  • 1,041
  • 7
  • 15
  • According to your link these ids are only for "projects, build configurations, templates and VCS roots". The OP wanted to reset the id of the build itself. This is not possible and probably won't ever be possible (see @Nikita 's answer) – Johannes Egger Nov 05 '14 at 12:04