Issue Type: Bug Bug
Assignee: Jesse Glick
Components: mercurial, pollscm
Created: 13/Aug/14 11:58 AM
Description:

Mercurial scm polling stops after running once after restart.

config.xml scm:

<scm class="hudson.plugins.mercurial.MercurialSCM" plugin="[email protected]">
    <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>

triggers:

<triggers>
    <hudson.triggers.SCMTrigger>
        <spec>H 3 * * 1-6</spec>
        <ignorePostCommitHooks>false</ignorePostCommitHooks>
    </hudson.triggers.SCMTrigger>
</triggers>
Project: Jenkins
Priority: Major Major
Reporter: Rick Oosterholt
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to