def nodeSelection()

in vars/jenkinsEnv.groovy [23:25]


    def nodeSelection(String osLabel) {
	  return "\"${osLabel}\""
	}