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