How to check a specific version (commit hash) in Teamcity?

I did this for SVN, but I cannot find instructions for Git. I want to build from a branch up to a specific commit hash, how to specify a hash in TeamCity? I believe that config should go into the Branch Specification .

Thanks in advance!

+6
source share
1 answer

If TeamCity knows about this commit (i.e. you can see the commit in the TeamCity change log), you can start the right to build from this change. The change log has a small build icon for each commit. Or you can use a custom assembly and select this change from the list.

If TeamCity knows nothing about this commit, then there is currently no way to start the build, see also http://youtrack.jetbrains.com/issue/TW-5610

+3
source

All Articles