-
Bug
-
Resolution: Unresolved
-
Major
-
git plugin 2.2.1
I create a free-style software project, and config branch specifier to "*/feature/**" in order to build automatically when Stash receives a push to those branches. Git Plugin receives the NotifyCommit:
Triggering the polling of xxx
But nothing happens as expected, except the first initialise fetch.
When changing branch specifier to 'origin/feature/category' or '*/master', everything goes well. 'SCM changes detected' appears on System log.
The screenshot attachments are configs of my project.
I can't figure out what's going wrong, please help me.
I try the workaround commented at https://issues.jenkins-ci.org/browse/JENKINS-22750?focusedCommentId=199526&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-199526, it works!