This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Created by: Marcos Cano | |
Team: DevOps | |
Date: 7/7/17 | |
*/ | |
stage("Run cmd on each node") { | |
def node_names=nodeNames() | |
for (String item:node_names) { |