From a change set, can I determine which build(s) it is contained in?
![]()
I have a program that is using C++. As part of their review process, they'd like to open a change set and make sure it was associated to a build that passed. Maybe there is a better way to do it? They are using Jenkins to run their builds, and it returns build results. From the build result, I can identify which change sets went in. I'd like to be able to do the converse; from a change set, identify which build(s) it was included in.
|
2 answers
![]()
So, I dug a little more... it is fairly easy to see what builds a specific work item is included in. On the links tab of the work item, it has "Included in Builds" links. That'll be sufficient, though it is at the work item level rather than the Change Set level... I'd really like to see the link at the change set level.
|