Update build configuration with new steps in defined in template
Hi!
TeamCity doesn't seem to do this itself. If I add new steps or reorder them in a template how can apply this to all configurations that uses the template?
Edit: Seems like it does inherit it but the order doesn't change when changing in template and I can't seem to reorder it in the configuration.
Please sign in to leave a comment.
Hi,
I assume you have one of the lastes versions of TeamCity, is this correct?
If so, it seems that you have a custom order of build step in the build configuration. Basically the own steps in it were reordered, and that also fix the overall order of steps including the inherited ones. The logic behind it being that if a custom order was imposed over a build configuration, we cannot guess if the new order of inherited build steps will break the intended sequence of actions or not.
Please go to your build configuration(s) and click "Reset step order" button. After that the build step order will be taken from the template. Then (if necessary) you can rearrange the configuration's own steps around if a custom order is still required.