Re: Multi branch pipeline with slave: path to ".git" folder for each branch

2017-09-28 Thread Mark Waite
On Thu, Sep 28, 2017 at 8:16 AM Elifarley Cruz wrote: > 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. > > That's a good reason. Good for you for asking. > Another reason is that I initially thought about

Re: Multi branch pipeline with slave: path to ".git" folder for each branch

2017-09-28 Thread Elifarley Cruz
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

Re: Multi branch pipeline with slave: path to ".git" folder for each branch

2017-09-27 Thread Mark Waite
On Wed, Sep 27, 2017 at 6:11 PM Elifarley Cruz wrote: > 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 exp

Multi branch pipeline with slave: path to ".git" folder for each branch

2017-09-27 Thread Elifarley Cruz
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