Jenkins Slave 可以和 Master 在同一个节点上吗?

Can a Jenkins Slave be on the same node as the Master?

我刚从 Jenkins 开始,我对 Remote root directoryWorkDirInternal data directory 感到困惑,正是在它们的完整路径上,包括 Hostname.

slave 应该在不同的节点上,但我看不到我们在哪里可以指定 HostnameIP address

到目前为止我看到的例子Remote root directory看起来像/var/jenkins,是在主节点上吗?如果不是,我们如何或在哪里指定远程 HostnameIP address ?

Workir 相同,是远程还是本地?

提前致谢。

您的 jenkins 主节点也可以 运行 构建并作为从属节点工作。

远程根目录在从机上。 管理奴隶在“管理节点”部分。 在启动方法选项中指定 hostname/IP 地址:“通过 SSH”

加入奴隶: https://medium.com/@chathurams.sa/step-by-step-guide-to-add-jenkins-slave-nodes-f2e756c8849e