admin 管理员组文章数量: 887007
文章目录
-
- 前言
- 安装Windows slave步骤
-
- 1. 选择“TCP port for JNLP agents”为Random
- 2. 新增Jenkins Node
- 3. 下载Jenkins Agent程序包放到Windows slave上
- 4. 在Windows slave上运行Jenkins Agent
前言
本文描述了如何在Jenkins上安装Windows slave。
请参考Jenkins Windows pipeline 了解如何编写Jenkins pipeline for Windows。
安装Windows slave步骤
1. 选择“TCP port for JNLP agents”为Random
打开Manage Jenkins -> Configure Global Security,找到Agents,选择TCP port for JNLP agents为Random。
2. 新增Jenkins Node
打开Manage Jenkins -> Manage Nodes,点击New Node。
输入Node name, 选择Permanent Agent。
填写Node的信息如下:
• Remote root directory为在Windows slave机器上Jenkins agent的根目录
• Labels用来给Jenkins job/pipeline来指定在哪些Agent上运行
• Usage选择“Only build jobs with label expression matching this node”配合Labels来使用
• Launch method选择“Launch agent via Java Web start”。
注意:如果没有配置好上面的”TCP port for JNLP a
版权声明:本文标题:安装Jenkins Windows slave 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1726532240h979774.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论