mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 98 forks source link

feature request: configure job patterns to skip triggering #163

Open diakula opened 8 years ago

diakula commented 8 years ago

We generate a lot of different types of jobs for our build pipeline. Many of those trigger after other jobs, so we don't want the webhook to trigger them. How can one suppress a particular job not to trigger?

Perhaps you can add whitelist/blacklist patterns, similar to the committers and branches...

diakula commented 8 years ago

Btw, our job seems to trigger despite that the Poll SCM is not checked. Could be a bug. Jenkins ver. 1.596.1 Atlassian Bitbucket v4.1.3

ajk8 commented 8 years ago

+1

thrownullpointer commented 7 years ago

Can you provide the XML config of one of your jobs that is being triggered, but shouldn't be?