Hey everyone: I have Stash (bitbucket server)/Jira integreated setup using Jenkins for CI. I want to kick off my builds on "push to feature branch" only.
The issue I have is that the builds are kicking off on these 3 actions as well: * create branch directly in stash * create pull request in stash * approval of pull request (merge to master) I have this in branch specifier to prevent starting build on push to master :^(?!.*master).*$ Would appreciate any help in how to prevent this. Thanks John -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/98cbbed9-5e94-4586-bfa0-c24ba8a88351%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
