|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I have the same issue. My setup is I have a github repository DnnSharp.Common. Inside I have many subprojects each in own folder. For each, I'v setup a job that includes only that path. Here's one example: http://goo.gl/3pTLIM
Every time I make a change in one of the project, all project would build, as if Include Paths doesn't work.
Below is the log of a job that should't build. I see it says "Found only excluded paths: " followed by "Changes found" which doesn't make sense.
Started on Mar 12, 2015 12:23:16 AM
Polling SCM changes on master
Using strategy: Default
[poll] Last Built Revision: Revision 0c37a23c47a1f9dc8341c73bd318c0cd09b2c426 (origin/develop)
> C:\Program Files (x86)\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repositories
> C:\Program Files (x86)\Git\bin\git.exe config remote.origin.url https://github.com/dnnsharp/Common # timeout=10
Fetching upstream changes from https://github.com/dnnsharp/Common
> C:\Program Files (x86)\Git\bin\git.exe --version # timeout=10
using .gitcredentials to set credentials
> C:\Program Files (x86)\Git\bin\git.exe config --local credential.helper store --file=\"C:\Users\BOGDAN~1.LIT\AppData\Local\Temp\git4313116364363791607.credentials\" # timeout=10
> C:\Program Files (x86)\Git\bin\git.exe -c core.askpass=true fetch --tags --progress https://github.com/dnnsharp/Common +refs/heads/:refs/remotes/origin/
> C:\Program Files (x86)\Git\bin\git.exe config --local --remove-section credential # timeout=10
Polling for changes in
> C:\Program Files (x86)\Git\bin\git.exe rev-parse "origin/develop^{commit}" # timeout=10
> C:\Program Files (x86)\Git\bin\git.exe log --full-history --no-abbrev --format=raw -M -m --raw 0c37a23c47a1f9dc8341c73bd318c0cd09b2c426..2792cadcf65e6d941437d8649852fd2cf1e83405 # timeout=10
Ignored commit 2792cadcf65e6d941437d8649852fd2cf1e83405: Found only excluded paths:
Done. Took 3.3 sec
Changes found