Last I checked, you can't use a poller on a parameterized job. To get around this, make two jobs. Leave the parameterized job as it is. Then make a polling job that calls the parameterized job with the parameters you want. So if you're polling on five different branches for a CI build, make one parameterized CI build job, then five jobs of the form "Poll stream foo every fifteen minutes and run the CI job with the stream set to foo when you find something".
--Rob -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of marathiboy Sent: Thursday, May 17, 2012 7:18 AM To: [email protected] Subject: scm poll and parameterized SCM URL Hello, If I use a parameter in SCM url, how scm poll works? Will it use default parameter to poll scm? It seems it is not working that way so just wondering? S -- View this message in context: http://jenkins.361315.n4.nabble.com/scm-poll-and-parameterized-SCM-URL-tp4628844.html Sent from the Jenkins users mailing list archive at Nabble.com. The information in this message is for the intended recipient(s) only and may be the proprietary and/or confidential property of Litle & Co., LLC, and thus protected from disclosure. If you are not the intended recipient(s), or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is prohibited. If you have received this communication in error, please notify Litle & Co. immediately by replying to this message and then promptly deleting it and your reply permanently from your computer.
