I'm setting a Multi-Branch pipeline in jenkins blue ocean. Everything is starting to work nice.
One thing I've noticed is that once a while, I get an execution of the job named: "Branch indexing" running.
My build contains some heavy unit testing and code coverage, that take ~4h30 to be executed, so having this job randomly executed 2 times is not really good(not even taking in account that we have 6-8 active branches, so it would mean that the executions will only stacks.
So:
1) What are those executions? 2) Is this absolutely required? 3) Can I disable it?
develop
that have been build 2h before it has been triggered. – DowryScan Organization Triggers
orChild Scan Triggers
, from the explanation, it saidThis trigger allows for a periodic fallback, but when necessary. If no indexing has been performed in the specified interval, then an indexing will be scheduled.
– Mussolini