Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Same revision in parallel checkouts on different nodes #3714

mart ·
Hi there,

I have been reading a bit the forum and documentation about setups where you have parallel builds on different platform nodes where on both nodes you have to checkout source code.

The documentation says that you can use the step "Take snapshot" before and than have two parallel checkout step per node (http://wiki.pmease.com/display/QB60/SCM ... t+Overview). I assume this will ensure that both nodes will checkout the same revision.

I as well read that one can use the advanced setting "Snapshot taking" and iterate over all repositories and call takeSnapshot on the repo. Will this approach as well ensure that two parallel checkouts on different nodes will obtain the same revision?

Thanks
  • replies 1
  • views 373
  • stars 0
robinshen ADMIN ·
Yes it will. By default QB takes snapshot for all involved repositories (those used for checkout and label) before build starts via the snapshot taking script.