Download only changed code for the build
HI all,
David
I don't know if this was asked before and I also don't know if it's possible to do this.
I am using Jazz Build Toolkit connecting to a RTC server. Every time we request a new build, the JBE will download all the code from the Build Repository Workspace in RTC. I am wondering if it's possible to download only the code that has changed from the previous download to avoid long waiting times to download.
Thanks in advance.
David
2 answers
The default is for the load to only load "missing" or updated content. So, if the build is done into an empty location, you get everything downloade.
Yes, I am using a static directory, not depending on the build. And my experience is that even if I don't delete the workspace, everything gets downloaded again. Is there any option when you run JBE or in the build definition to modify that?
Thanks a lot for the replies.
Comments
There is a delete directory option in the JazzSCM participant that will remove the contents of the load directory. That will also force a full reload. The option is one of the check boxes under the load directory. Also if for any reason the .jazz5 directory is removed from the load directory, the folder will not be recognized as versioned and will force a reload.
~Spencer