Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 linux 中安装了我的 jenkins master。windows环境下的slave。我正在尝试调用从属(Windows)机器中提供的批处理脚本。但我无法做到这一点。如果有人这样请告诉我。
在主作业配置中,您是否选中了Restrict where this project can be run复选框并在标签表达式中输入了从属名称?
输入一个Label表达式,首先需要在master上添加slave作为节点:Manage Jenkins -> Manage Nodes -> New Node
可以在此处找到有关配置从站的更多信息