Re: Regarding Jenkins Distributed build Vs Maven Parallel build

2016-04-22 Thread Foyzul Hassan
Hi All, Seems that Maven automatically partitions source code and perform parallel processing software building and testing. Here is the reference link: https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 But for Jenkins whether this automatically partition the source

Regarding Jenkins Distributed build Vs Maven Parallel build

2016-04-18 Thread Foyzul Hassan
Hi, For our research work we need to build large open source projects and in that regard we are planning to have distributed Jenkins build system. But I found that maven is already providing parallel build support. So, we thinking about advantage of Jenkins Distributed build over maven