samngms commented on Improvement JENKINS-15496

Please see if my understanding is correct.

For example, if the source directory is "c:\project1\component1\folder1", it may checkout to path "C:\xx\yy\"

If the "local_module_directory" is "folder2", then it will checkout to path "c:\xx\yy\folder2", am I correct?

If the "local_module_directory" is undefined, then it will checkout to path "c:\xx\yy\folder1", am I correct?

If the "local_module_directory" is ".", then it will checkout to path "c:\xx\yy", same as before, am I correct?

But for backward compatibility, I think I would change the implementation to if "local_module_directory" is not defined, it will just checkout to "c:\xx\yy" (same as ".")

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to