How to change "build configuration id" max length?
Hi,
We are using teamcity enterprice 10.0 (42002).
In "build configuration settings" page, there is a "build configuration id" field and its max length is 80 characters.
Is there a way to extend this variables lenght?
Our rest api scripts depends on this name and we have to find a way to extend it.
Regards
Please sign in to leave a comment.
Hi,
I'm afraid this isn't possible. TeamCity stores this value directly on the database within a field limited to 80 characters. If you need a larger size for your scripts, you might want to adapt your scripts to use their own prefixes but make sure that you only use up to 80 characters when modifying those on the server.
May I ask what the use case for such long names is? If you would like to have this limit lifted, please request it as a feature in our issue tracker: https://youtrack.jetbrains.com/issues/TW . Make sure to lay out your use case so that our developers have a better understanding of the issue.
Is it correct that this limit has been shifted to 240 characters in 2019.1?
Hi Tonny,
yes: https://youtrack.jetbrains.com/issue/TW-58301