Change By: Rick Oosterholt (13/Aug/14 12:09 PM)
Description: Mercurial scm polling stops after running once after restart.
Jenkins version: 1.570 (can only choose 'current' in Jira)

config.xml scm:
{code:xml}
<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>
{code}

config.xml triggers:
{code:xml}
<triggers>
    <hudson.triggers.SCMTrigger>
        <spec>H 3 * * 1-6</spec>
        <ignorePostCommitHooks>false</ignorePostCommitHooks>
    </hudson.triggers.SCMTrigger>
</triggers>
{code}

scm-polling.log (today is 14-aug-2014, so it did not run for a couple of days already):
{code}
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
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to