I have a multibranch pipeline job that runs on a Linux slave. The source code comes from a git repo at BitBucket.
Now, 3 questions: 1) I suppose that, for each new build, a "git pull" or similar is executed, instead of a more expensive "git clone". Am I right? 2) Furthermore, I guess the "git pull" is executed twice: one at the master, and one at the slave. Is that true? 3) If so, after the build is done, how can I get the path to the .git folder on the master and also on the slave? Thanks! -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/69a50419-c5ff-4a3b-b919-ab4f8f7658db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
