|
||||||||
|
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.

I guess my second scenario is more of what I am looking for, sorry for making it unclear. I want the ability to cancel a currently running build on branch2. I don't want a new build to start until a new push on branch2 regardless if they are an admin or not. What happens is when someone pushes on branch1, it will tell branch2 (and all other branches defined to poll) to start a poll. I was hoping that the &branches=branch2 in the curl command would tell the git plugin to only cause Jenkins to poll that branch.