I've configured it so that my Jenkins job should be cloning each of its two 
repositories in its own subdirectory. That is,

repo A should clone in subdirectory A
repo B should clone in subdirectory B

And in fact, that is what happens. However, it also stupidly clones at the 
root of the workspace as well. In other words, it is as though I've issued 
the command

cp -r A B .

after the cloning.

Do you know how I can avoid this?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to