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 jenkinsci-use...@googlegroups.com.
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.
Thanks for the info, Mark!One of the reasons I asked for these locations is that I wanted to learn more about how Jenkins works.
Another reason is that I initially thought about using it to create a "release notes"-like text containing the Jira issues that were resolved between the last build and the current one (as each commit should have a Jira issue ID in it).
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8e162b32-19f7-484e-b4ce-26674cc17a99%40googlegroups.com.