Is it possible t trigger a build based on snapshot creation?
![]()
Rainy John (38●12●23)
| asked Dec 11 '13, 7:29 a.m.
retagged Dec 13 '13, 11:24 a.m. by David Lafreniere (4.8k●7) Assume that I have an Integration stream where I am getting inputs from multiple sub streams. I will be accepting changesets in Integ stream one by one from the sub-streams. I do not want to trigger a build based on changesets; Instead, I would like to trigger the build based on the snapshot which I apply after changesets from all sub streams are accepted or discarded (Accept\Discard is not a single instance; This activity will take its own time). Basically, I do not want to trigger the build based on each change set. Is there a way?
|
One answer
![]()
Hi John,
You cannot trigger a build on the creation of a snapshot, but I am curious about the workflow your using. We usually recommend creating a snapshot on the build workspace as part of the build. Scott |