Jenkins 标签参数问题
Jenkins Label parameter Issue
我在我的 Jenkins 中创建了 4 个从站并给出了相同的标签 "test"。现在我想什么时候给测试标签部署应该 运行 在所有有标签的从站上test 但不幸的是它不是 working.while 我给出了测试标签它显示了与它们关联的所有节点但它不会在所有从站上执行作业只有一个。
第一张图片显示了我如何在 jenkins 中定义 Label 参数 job.it 在匹配标签的所有节点上显示 运行
第二张图片显示,当我在 deployeLayer 中进行测试时,它显示了所有节点,但是在执行它之后,这并没有 运行 所有匹配节点上的作业。
如果我遗漏了什么,谁能告诉我
我正在使用以下版本
詹金斯版本 1.558
节点和标签参数插件 = 1.5.1
见NodeLabel Parameter Plugin, BuildParameterFactory:
The nodelabel parameter plugin also adds a BuildParameterFactory
to the parameterized trigger plugin, this factory enables you to trigger a build of a specific project on all nodes having the same label.
我在我的 Jenkins 中创建了 4 个从站并给出了相同的标签 "test"。现在我想什么时候给测试标签部署应该 运行 在所有有标签的从站上test 但不幸的是它不是 working.while 我给出了测试标签它显示了与它们关联的所有节点但它不会在所有从站上执行作业只有一个。
第一张图片显示了我如何在 jenkins 中定义 Label 参数 job.it 在匹配标签的所有节点上显示 运行
第二张图片显示,当我在 deployeLayer 中进行测试时,它显示了所有节点,但是在执行它之后,这并没有 运行 所有匹配节点上的作业。
如果我遗漏了什么,谁能告诉我
我正在使用以下版本 詹金斯版本 1.558 节点和标签参数插件 = 1.5.1
见NodeLabel Parameter Plugin, BuildParameterFactory:
The nodelabel parameter plugin also adds a
BuildParameterFactory
to the parameterized trigger plugin, this factory enables you to trigger a build of a specific project on all nodes having the same label.