|
||||||||
|
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/groups/opt_out.

Sorry, I meant to type trigger script, not polling script. They are two different things entirely.
It depends on what you intend. That stack overflow question is specifically about running a build per change list, not necessarily about a post commit trigger as this ticket describes.
In the case of this ticket, you would need to write a post commit trigger in perforce that analyzes each change, and kicks off the associated builds using the Jenkins REST api or CLI. As I mentioned, the script will need to do the heavy lifting, since there's no "notifyCommit" interface yet, which is what this ticket is for.