-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
Build enviornment:
Jenkins ver. 1.625.3.2 (CloudBees Jenkins Enterprise 15.11)
docker-plugin 0.16.0
When building a Matrix project we would like to be able to have the build spin up docker containers for each flyweight task that the matrix project creates. I would like to set master executors to 0 and only allow building inside of docker containers. So each task would create a container and the execute inside of that container.
I would like to remain more flexible with matrix builds and be able to adjust my build environment to suit what the build is actually doing.
- links to
Sounds to me like you want to be looking at pipelines and sections within node() {} blocks.
docker plugin merely implements the cloud API, so there is no forseeable chance if implementing what you're asking for without a significant core change.