Hi!
I am using Jenkins 1.467 and ClearCase plug-in 1.3.7.
I configured the polling. When a change is detected, lshistory lists it 
correctly (as far as I can see in the Polling Log), but it then ends with 
"No changes" and no build is triggered.

Polling Log (note that ***obfuscated*** string is an edit in the log, not 
the original string):

Started on Jun 8, 2012 5:49:14 PM****

[sdc_hbernard_boa] $ "C:\Program Files 
(x86)\IBM\RationalSDLC\ClearCase\bin\cleartool" pwv -root****

M:\sdc_hbernard_boa****

[crdpws-lei] $ "C:\Program Files 
(x86)\IBM\RationalSDLC\ClearCase\bin\cleartool" lsview sdc_hbernard_boa****

* sdc_hbernard_boa     \\* <http://behw7.swift.com/>
**obfuscated***\behw7_v1\sdc_hbernard_boa.vws****

[crdpws-lei] $ "C:\Program Files 
(x86)\IBM\RationalSDLC\ClearCase\bin\cleartool" startview sdc_hbernard_boa**
**

[sdc_hbernard_boa] $ "C:\Program Files 
(x86)\IBM\RationalSDLC\ClearCase\bin\cleartool" lshistory -all -since 
8-jun-12.15:15:16utc+0000 -fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\" 
\"%o\" \n%c\n' -branch brtype:main -nco U:/srcSDC/crdpws/...****

"20120608.174647" "hbernard" 
"M:\sdc_hbernard_boa\srcSDC\crdpws\rls\dummy.txt" "\main\8" "create 
version" "checkin"****

-****

** **

Done. Took 1.9 sec****

No changes


Change on "dummy.txt" is well found by lshistory, but then last line shows 
"No changes".


I have tried many different things, have found that some others had such 
problems in older versions, but can't get it working.

Is there something I completely missed, or is this a bug that has not been 
solved yet ?

Any advice is welcome!

Thanks a lot.


For info, the project config.xml is:


<?xml version='1.0' encoding='UTF-8'?>****

<project>****

  <actions/>****

  <description></description>****

  <keepDependencies>false</keepDependencies>****

  <properties/>****

  <scm class="hudson.plugins.clearcase.ClearCaseSCM">****

    <viewName>sdc_hbernard_boa</viewName>****

    <mkviewOptionalParam></mkviewOptionalParam>****

    
<filteringOutDestroySubBranchEvent>false</filteringOutDestroySubBranchEvent>
****

    <useUpdate>false</useUpdate>****

    <removeViewOnRename>false</removeViewOnRename>****

    <excludedRegions></excludedRegions>****

    <loadRules>U:/srcSDC/crdpws/...</loadRules>****

    <useDynamicView>true</useDynamicView>****

    <viewDrive>M:\</viewDrive>****

    <multiSitePollBuffer>0</multiSitePollBuffer>****

    <createDynView>false</createDynView>****

    <freezeCode>false</freezeCode>****

    <recreateView>false</recreateView>****

    <viewPath>sdc_hbernard_boa</viewPath>****

    <changeset>BRANCH</changeset>****

    <configSpec>element * /main/LATEST</configSpec>****

    <branch>main</branch>****

    <label></label>****

    <doNotUpdateConfigSpec>false</doNotUpdateConfigSpec>****

    <useTimeRule>false</useTimeRule>****

  </scm>****

  <canRoam>true</canRoam>****

  <disabled>false</disabled>****

  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
****

  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>****

  <triggers class="vector">****

    <hudson.triggers.SCMTrigger>****

      <spec>5 * * * *</spec>****

    </hudson.triggers.SCMTrigger>****

  </triggers>****

  <concurrentBuild>false</concurrentBuild>****

  <builders>****

    <hudson.tasks.Ant>

**

      <targets>cm</targets>****

      <antName>Ant 1.8.1 with AntContrib</antName>****

      <buildFile>U:/srcSDC/crdpws/build.xml</buildFile>****

    </hudson.tasks.Ant>****

  </builders>****

  <publishers/>****

  <buildWrappers/>****

</project>

Reply via email to