-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hi,
were facing this annoying Problem since several months.
We're having a Matrix Build that can only be run successfully on the Master Hudson Node.
But every time a Slave Node is online and this build is started it starts on the Slave-Node and of course fails.
So we wanted to set this Matrix-Build to only run on Master-Hudson-Node but this option is not available in the configuration Page.
Is it possible to make this option available for matrix build jobs ?
thanks in advance,
Robert
- is related to
-
JENKINS-9531 choose matrix build nodes based on label matches
-
- Open
-
Maybe the matrix "parent" build is causing your problems.
The "Configuration Matrix" portion of a Multi-configuration job lets you determine where everything gets executed except for the "parent" build. By default, Hudson will run the parent build on a node based on an internal algorithm. This could include a slave node that can't run the parent build. That may be your problem. If it is, you can fix the issue by installing the "Matrix Tie Parent" plugin. This would allow you to force Hudson to run your parent build always on your Master Hudson Node.
See: http://wiki.jenkins-ci.org/display/JENKINS/Matrix+Tie+Parent+Plugin