Re: Speed up Jenkins cloning git repositories with Multiple SCM plugin and multi-configuration

2015-02-06 Thread Titus Nachbauer
n Fri, Feb 6, 2015 at 5:50 AM, Titus Nachbauer > wrote: > >> Thank you for the kind answer. I saw many of the git plugin options >> mentioned here and there, but since I am using the Multiple SCM plugin, >> there is no place to select these options. Would you know where to

Re: Speed up Jenkins cloning git repositories with Multiple SCM plugin and multi-configuration

2015-02-06 Thread Titus Nachbauer
the build takes 2. This is not a huge issue now, I just want to make sure it does not become one later. On Friday, February 6, 2015 at 1:19:17 PM UTC+1, Mark Waite wrote: > > > > On Fri, Feb 6, 2015 at 3:32 AM, Titus Nachbauer > wrote: > >> We have a Jenkins job which uses

How to correctly trigger builds from Bitbucket in a multi-repository project on Jenkins

2015-02-06 Thread Titus Nachbauer
We have a Java project that consists of four layers and a folder holding the main build scripts. These are all in their own git repository, hosted on BitBucket. We have a Jenkins server running on our network and the builds are triggered by BitBucket using a POST hook for more control: http:/

Speed up Jenkins cloning git repositories with Multiple SCM plugin and multi-configuration

2015-02-06 Thread Titus Nachbauer
We have a Jenkins job which uses Multiple SCM to clone 5 repositories and then builds it using a gradle script. There are two things that are slowing us down: 1. A build is triggered on every repository on every change. That is fine, but it currently means that every time one of the rep