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
- depends on
-
JENKINS-22431 Rewrite Trigger.Cron to be an AperiodicWork
- Open
- is related to
-
JENKINS-26208 Jenkins should not skip polling while quieting down
- Resolved