如何在特定的Mesos节点上运行jenkins slave?

时间:2018-01-26 07:15:35

标签: jenkins mesos marathon

我想在Mesos节点上使用jenkins中的mesos-plugin运行jenkins slave:

"attributes": {
  "environment": "baremetal"
}

所以我在Mesos Offer Selection Attributes字段中添加了slave配置:

{"environment":"baremetal"}

但我无法在

中看到这些值
dcos task --json mesos-jenkins-32d4cd1dfcf74ab984024b190a881a91-dind-node-npm-6

输出,那么我怎么能确定它真的有用呢?

当我尝试使用"constraints": [["environment", "UNLIKE", "baremetal"]]奴隶无法启动时。

0 个答案:

没有答案