Re: Pipeline: Changed behaviour of checkout scm

2017-08-31 Thread Stephen Connolly
On Thu 31 Aug 2017 at 08:44, Sverre Moe wrote: > From the release note it says it can be added with "Advanced Clone > Behaviours". > > >- Because each branch job in a multibranch project will only ever >build the one specific branch, the default behaviour for a Git Branch >Source is n

Re: Pipeline: Changed behaviour of checkout scm

2017-08-31 Thread Sverre Moe
>From the release note it says it can be added with "Advanced Clone Behaviours". - Because each branch job in a multibranch project will only ever build the one specific branch, the default behaviour for a Git Branch Source is now to use a minimal refspec corresponding to just the req

Re: Pipeline: Changed behaviour of checkout scm

2017-08-30 Thread Mark Waite
Refer to the git plugin release notes for git plugin version 3.4.0. You can restore the original behavior to request the tags (and to not honor refspec on initial clone) by adding the Advanced checkout options to the job definition. Mark Waite On Wed, Aug 30, 2017 at 2:00 AM Sverre Moe wrote: