How to tell teamcity to include a commit in the current build?

324 Views Asked by At

I have a TeamCity build configuration where I update certain properties using the maven-versions-plugin and commit the changes using the maven scm plugin. Then I run the clean deploy maven goals.

Here's the problem, even though the actual build was done after the commit, it is seen as a pending change in TeamCity. Is there a way to include such commits in the current build itself?

0

There are 0 best solutions below