5

I know that in TeamCity I can view changes between a certain build and the build that follows him and even between a certain build to the last successful Build.

I wanted to know if I can see the changes (git commits) between two TeamCity builds of my choice.

example: Build 1.0.2 to Build 1.0.97

Thanks.

2
  • Why not using git direct? git diff version_1 version_2 Commented Nov 25, 2013 at 12:34
  • 2
    i want to see it on TeamCity, as i see it on the Changes colum Commented Nov 25, 2013 at 12:50

1 Answer 1

6

Assuming it is the same Build Configuration and you can go to the Change Log tab and then type in the From and the To build numbers and then hit Filter.

In TeamCity 7 it looks like this: TeamCity 7 Look

And in TeamCity 8 you have to click Advanced Search then it looks like this: TeamCity 8 Look

Sign up to request clarification or add additional context in comments.

1 Comment

Is there a REST api for this?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.