-
New Feature
-
Resolution: Fixed
-
Minor
-
None
With Mesos 0.20.1 bridged network mode support for docker containers was introduced (https://issues.apache.org/jira/browse/MESOS-1621).
To enable this feature for Jenkins mesos-plugin users the plugin needs the following adaptions:
- Let users configure "HOST" or "BRIDGE" networking
- (Optional) Let users add port mappings for "BRIDGE" networking
The options should be configurable in the in the Docker container configuration part of the Mesos cloud configuration.
A pull request for this feature is on the way...