-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Plugin info tells that ClearCase must be installed both on master and slave nodes.
Is it possible to add an option that will tie cleartool operation to master node? I have a case when SCM available only on master. Builds must run on remote hosts without ClearCase.
I tried to use Matrix Tie Parent Plugin http://wiki.jenkins-ci.org/display/JENKINS/Matrix+Tie+Parent+Plugin.
It attaches CC plugin polling operations to master. But CC plugin also tries to start dynamic view (used for polling on master) on the slave node, and thus fails build.
[default] $ cleartool startview BS-View
java.io.IOException: CreateProcess: cleartool startview BS-View error=2
...
It would be nice to add some option that will tie polling to master and restrict cleartool operations on slaves.
- is related to
-
JENKINS-4960 Provide a SCMCheckoutStrategy to checkout only once for all matrix entries
- Open
-
JENKINS-6184 SCM poll must run on master
- Closed