Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24244

Scheduled polling not run

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • core

      Mercurial scm polling stops after running once after restart.
      Jenkins version: 1.570 (can only choose 'current' in Jira)

      config.xml scm:

      <scm class="hudson.plugins.mercurial.MercurialSCM" plugin="mercurial@1.50">
          <installation>(Default)</installation>
          <source>http://host/path/project</source>
          <modules/>
          <revisionType>BRANCH</revisionType>
          <revision>stable</revision>
          <clean>true</clean>
          <browser class="hudson.plugins.mercurial.browser.HgWeb">
              <url>http://host/path/project/</url>
          </browser>
          <credentialsId/>
          <disableChangeLog>false</disableChangeLog>
      </scm>
      

      config.xml triggers:

      <triggers>
          <hudson.triggers.SCMTrigger>
              <spec>H 3 * * 1-6</spec>
              <ignorePostCommitHooks>false</ignorePostCommitHooks>
          </hudson.triggers.SCMTrigger>
      </triggers>
      

      scm-polling.log (today is 14-aug-2014, so it did not run for a couple of days already):

      Started on 9-aug-2014 3:27:01
      Polling SCM changes on master
      [workspace] $ hg pull --rev stable
      pulling from http://host/path/project
      no changes found
      [workspace] $ hg log --rev stable --template {node}
      [workspace] $ hg log --rev stable --template {rev}
      Done. Took 1,3 seconden
      No changes
      

            Unassigned Unassigned
            r_oosterholt Rick Oosterholt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: