Can FOSS (free) user use multi-configuration project in Jenkins at CloudBees? The FOSS (free) user has only one available executor but multi-configuration project requires at least two for:
- controller that starts each configuration
- specific configuration invoked by controller
The controller is the job (dispatcher) that invokes all configurations one by one. Please take a look at the logs of my multi-configuration project: Simple Spring Memcached. When the controller trigger first configuration it doesn't release job executor.
Is it any workaround for this?
The only way that I see to make it work is to split multi-configuration project into several single (maven) projects but I'd like to avoid it.