-
Bug
-
Resolution: Unresolved
-
Major
-
Redhat Linux 5.8 , Jenkins 1.538, Git plugin2.0
For our continuos Integration we are using maven-release-plugin. For which we would like to ignore commits from Jenkins user which is incrementing artifact version and doing commit.
With Polling SCM and using "Polling ignores commit from certain users" to ignore commits by Jenkins user which is not working as expected and going to infinite loop.
- duplicates
-
JENKINS-19001 Git polling not detecting changes since 1.1.1
-
- Closed
-
- is related to
-
JENKINS-25048 Git plugin ignores included/excluded paths when triggering build on commit notification
-
- Open
-
-
JENKINS-10131 Git polling shouldn't need a workspace on a slave.
-
- Closed
-
I guess this is not the same issue when using Jenkins Workflow Plugin.
I can see this git polling log:
It is using git "user.name" because I have also tested with random users (deploy ssh keys not related with any github user) setting an arbitrary user.name property.
As you can see, 'deployuser' is detected and excluded in the first polling, but later, changes are detected and build is fired.
Using same polling configuration from a free-style job works like a charm.