Merry xmas guys,
I have got a very basic question that I didn't find out there:
How to build branches one at a time?
I actually have two branches to be built set in my multi-branch pipeline Jenkins process. However, when I hit run, if no changes, both are built at the same time which is a problem due to the unit tests that are using the same port.
This is why I would need to run one branch at a time.
Is there any way in which I can do this?