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

2023-11-15 Thread TechnoLost
Hi James, thanks for your answer first of all :) Yes, I can confirm the branch job is looking for branches, or at least this is what it seems to me. Just to be clear, this is what the branch job write to log whenever it starts: *11:47:34* Setting origin to https://bitbucket.org//.git *1

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

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