[ 
https://issues.jenkins-ci.org/browse/JENKINS-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Clarke updated JENKINS-4898:
------------------------------------

    Component/s: core

Whilst CVS is mentioned in the description, this issue actually needs changes 
in the core. Adding core as affected component
                
> Poll SCM trigger mechanism
> --------------------------
>
>                 Key: JENKINS-4898
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-4898
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: core, cvs
>    Affects Versions: current
>         Environment: Platform: All, OS: All
>            Reporter: tsondergaard
>
> Triggering builds using a CVS commit hook has significant advantages compared 
> to
> polling, specifically builds are started immediately and the CVS server is 
> less
> loaded as it is not being polled constantly.
> It would be very nice if it was possible to trigger hudson to poll CVS when
> triggered, ie. instead of configuring hudson to poll on a schedule it should 
> be
> possible to configure a job to poll CVS when triggered.
> I imagine there could be another text field in the job configuration page when
> Poll SCM is checked where an scm/trigger-id can be specified. The job should
> then poll when an url like the following is invoked (from a commit hook):
> wget -O - http://YOURHUDSON/poll_scm?scm=<scm-id>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to