Re: How to disable branch scan while running job created by multi branch pipeline

2023-11-14 Thread James Nord
Hi Marco, Are you sure the build of the branch job is actually scanning all the branches? What's normally happening is the scan is only checking for new "interesting” branches, or changes to existing branches for which a job has already been created. this can be time consuming and so you general

Re: Combine a multi-branch, and a multi-configuration project

2023-11-14 Thread Mark Waite
On Tuesday, November 14, 2023 at 7:26:38 AM UTC-7 jochen wrote: Hi, is it possible to combine multi-branch pipeline, and a multi-config project? Or, in other words: I have a multi-branch pipeline project, which uses a fixed JDK, and a fixed Maven version. What I would like to have, would be a

Combine a multi-branch, and a multi-configuration project

2023-11-14 Thread Jochen Wiedmann
Hi, is it possible to combine multi-branch pipeline, and a multi-config project? Or, in other words: I have a multi-branch pipeline project, which uses a fixed JDK, and a fixed Maven version. What I would like to have, would be a matrix of builds for every branch with different JDK's, and Mave

How to disable branch scan while running job created by multi branch pipeline

2023-11-14 Thread TechnoLost
Hi all, I've been using Jenkins for about 2 years but I've never used multi branch pipeline. I'm starting using them now. There's a behavior I don't really understand, I tried to look for any explanation or documentation about it but I couldn't find anything. I do really hope someone c