Jenkins 和 Mesos 用于非容器任务

Jenkins with Mesos for Non container Tasks

我的用例是 运行在 windows slaves 上 运行ning jenkins 作业,我有 mesos 代理 运行ning。 可用的 jenkins-mesos 插件将 jenkins slave 作为容器启动。是否有任何 jenkins 插件可以将 jenkins master 连接到 mesos master & 运行 没有任何容器的代理上的作业?

By default, the Jenkins slaves are run in the default Mesos container. To run the Jenkins slave inside a Docker container, there are two options.


The MesosContainerizer currently does not provide any actual resource isolation (similar to running the Mesos agent on POSIX).


default Mesos container 正在 Windows 上工作,因此 运行 Jenkins 在 Windows 上使用 Mesos 应该没有任何问题。您需要在代理上安装 Java。