Hi Amit,
You can skip the import source step.
1. Sections of BuildPlan in the Build File are independent from each other, which means each section can run independently without relying on any other section.
For example, if there’s already source code in ws_objects, you can just set the Merging section, no need to set Download source code and you can leave Git, SVN, and VSS empty.
And if there’s PBL source code in your Git Server, you can set the Git section to download PBL source code and leave the Merging section empty.
2. Build File also supports disabling specific sections. If you want to disable any section, you can just add “\\” in front of the section name, such as “\\Git” or “\\SourceControl”.
But of course, if a section has no specific content set in it, then it will not run and there is no need to use "\\" to disable it.
Regards,
Ken