On 2011-10-23 13:40, sebb wrote: > Normally JMeter runs on ubuntu3. > However, recently I tried letting it run on any node. > > That failed on Solaris1 (outdated Ant, see other posting), so I tried using > > !solaris1 > > and was surprised to find that it ran on one of the hadoop nodes. > > I would expect exclusions to apply to the default node set. > > Is this a known bug in Jenkins, or is it a configuration issue?
This is the behavior that I expected. Using !solaris1 would make the build run on any node except for the one called "solaris1". -- Dennis Lundberg
