|
@@ -62,7 +62,7 @@ pipeline
|
|
{
|
|
{
|
|
script
|
|
script
|
|
{
|
|
{
|
|
- labelToSelect = 'unix2'
|
|
|
|
|
|
+ labelToSelect = 'unix'
|
|
listOfNodeNames = jenkins.model.Jenkins.instance.nodes.collect
|
|
listOfNodeNames = jenkins.model.Jenkins.instance.nodes.collect
|
|
{
|
|
{
|
|
node -> node.getLabelString().contains(labelToSelect) ? node.name : null
|
|
node -> node.getLabelString().contains(labelToSelect) ? node.name : null
|