Re: Jenkins with Parallel Builds?

2020-01-15 Thread Simon Richter
Hi, On Wed, Jan 15, 2020 at 02:38:26PM +, David Aldrich wrote: > We build large C++ projects using Jenkins for Linux platforms. These build > jobs currently run on a single executor. I want 'make -j' or ninja to > compile concurrently on several cores to speed up the build time. How can >

Re: Jenkins with Parallel Builds?

2020-01-15 Thread Dirk Heinrichs
Am Mittwoch, den 15.01.2020, 14:38 + schrieb David Aldrich: We build large C++ projects using Jenkins for Linux platforms. These build jobs currently run on a single executor. I want 'make -j' or ninja to compile concurrently on several cores to speed up the build time. How can I cause a

Jenkins with Parallel Builds?

2020-01-15 Thread David Aldrich
is way? I saw a similar question discussed in a StackOverflow question: https://stackoverflow.com/questions/20003919/jenkins-with-parallel-builds. The answer given there was to use the Heavy Job Plugin. But that plugin seems quite old. Is it still the best solution? Best regards David -- You rec