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.