-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Git plugin 2.0
I've three jobs that trigger git with the same repository and branch.
In then Excluded Regions I add specific folders for each job.
Example:
project/common
project/projectA
project/projectB
project/projectC
If I made change on projectB folder, all the three job are build.
[JENKINS-20569] Polling with excluded regions don't prevent job triggered
Priority | Original: Critical [ 2 ] | New: Blocker [ 1 ] |
I attempted various combinations of patterns and could not find any pattern which would exclude all the changes in a subdirectory (like project/common). The behavior was the same for the JGit and the command line implementations.
I'm reasonably confident this worked in the past, since we used it with older versions of the plugin.