-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows 7
I am using the Clearcase plugin to poll for changes and trigger a build. However, even when changes are clearly present, no build is triggered. Here's the log from a poll showing a change:
Started on Feb 27, 2012 5:05:09 PM
[baileyj_master_Build_OF012_hudson] $ "c:\Program Files\IBM\RationalSDLC\ClearCase\bin\cleartool" pwv -root
C:\Users\baileyj\.jenkins\jobs\Build OF012\workspace\baileyj_master_Build_OF012_hudson
[workspace] $ "c:\Program Files\IBM\RationalSDLC\ClearCase\bin\cleartool" lsview baileyj_master_Build_OF012_hudson
baileyj_master_Build_OF012_hudson \\ds-wccreg2.ds.ad.foo.com\viewstore\DS\baileyj\baileyj_master_Build_OF012_hudson.vws
[baileyj_master_Build_OF012_hudson] $ "c:\Program Files\IBM\RationalSDLC\ClearCase\bin\cleartool" lshistory -all -since 28-feb-12.00:46:58utc+0000 -fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\" \"%o\" \n%c\n' -branch brtype:of012 -nco web2000/of_app/of
"20120227.170348" "baileyj" "C:\Users\baileyj\.jenkins\jobs\Build OF012\workspace\baileyj_master_Build_OF012_hudson\web2000\mm_app\we\sdk\test\autoload\ofadmin.ppk" "\main\of012\4" "create version" "checkin"Done. Took 0.93 sec
No changes
As should be clear, the file "ofadmin.ppk" shows a change, but the plugin did not detect it.
I'm running Jenkins v1.451 and ClearCase Plug-in v1.3.7.
If there is a mailing list where I can ask this question, please let me know.
- is related to
-
JENKINS-18368 Decorated Launcher Does Not Maintain "isUnix" for RemoteLauncher
-
- Resolved
-
SCM polling should not be run on master. First of all, Clearcase view or its config spec can be invalid on master due to different regions/VOB tags. In situation when you have Unix/Windows clients it's quite frequent to have VOBs registered at different VOB tags, since Windows does not allow hierarchical VOB tags (like /vob/vob1). Therefore if the build should be run on Windows, it cannot be polled on Unix since config spec may be invalid (and vice versa).
As a matter of the fact master node is not even required to have Clearcase installed. My Jenkins configuration has a master node with no executors, it only connects to slaves to run the builds. Polling at master would have no sense in this situation.