Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git-plugin
Created: 10/Mar/15 11:36 PM
Description:

git-plugin does not detect changes and thus does not trigger builds

Git plugin used to detect changes when the specified branch was "feature/abc" but no longer does.

Does not detect:

Started on Mar 10, 2015 4:13:00 PM
Using strategy: Default
[poll] Last Built Revision: Revision 5...9 (refs/remotes/origin/feature/abc)
using GIT_SSH to set credentials Git Credentials
> git --version # timeout=10
> git ls-remote -h ssh://myserver/myproject.git # timeout=10
Done. Took 0.81 sec
No changes

Does detect:

Started on Mar 10, 2015 4:16:00 PM
Using strategy: Default
[poll] Last Built Revision: Revision 1...e (origin/develop)
> git --version # timeout=10
> git ls-remote -h ssh://myserver/otherproject.git # timeout=10
[poll] Latest remote head revision on origin/develop is: 1...e - already built by 81
Done. Took 0.8 sec
No changes

Workaround:
Revert to GIT Plugin 2.3.4

Environment: Jenkins 1.601
GIT client plugin 1.16.1
GIT plugin 2.3.5
Project: Jenkins
Priority: Major Major
Reporter: Thomas Suckow
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.

Reply via email to