Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Done
-
None
-
Jenkins 1.601
GIT client plugin 1.16.1
GIT plugin 2.3.5
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)fhuberts
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
Attachments
Issue Links
- is duplicated by
-
JENKINS-27491 kicking off of build via curl command not working in 1.16.1 version of plugin
-
- Closed
-
- is related to
-
JENKINS-28911 The Jenkins git-plugin (v 2.3.5) does not handle branch names containing a slash correctly.
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is duplicated by |
Link |
This issue is related to |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
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 |
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)fhuberts 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 |
Resolution | Done [ 10000 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Workflow | JNJira [ 161537 ] | JNJira + In-Review [ 196789 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |