Jenkins Git Plugin Inverse Strategy for choosing what to build
371 views
Skip to first unread message
Fabian Köbel
unread,
Jan 27, 2016, 3:16:32 AM1/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
I'm currently using Jenkins v1.645 with the Git Plugin v2.4.1 and trying to use the inverse strategy for choosing which branches should not be build (see pull request https://github.com/jenkinsci/git-plugin/pull/45).
Unfortunately it doesn't work for me. Even if I specify a branch (with/without wildcard) for the inverse strategy, it would be build if it was recently updated (example attached).
Is anybody currently using this feature or have a working example?