Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: git-plugin
-
Labels:
-
Environment:Jenkins 1.620, Git Plugin 2.4.0
-
Similar Issues:
Description
I have a simple Jenkins job called "myjob":
Repository URL: git://github.com/jenkinsci/git-client-plugin.git
Branches to build: tests/getSubmodules
Build Triggers > Poll SCM is enabled
I execute
curl -s http://myjenkinssrv/jenkins/git/notifyCommit -d url=git://github.com/jenkinsci/git-client-plugin.git -d branches=tests/getSubmodules
and I get
No git jobs using repository: git://github.com/jenkinsci/git-client-plugin.git and branches: tests/getSubmodules
This is wrong! If I configure my job with "Branches to build"=master and call
curl -s http://myjenkinssrv/jenkins/git/notifyCommit -d url=git://github.com/jenkinsci/git-client-plugin.git -d branches=master
it works, as expected.
Mor L my current goal is to release git plugin 4 before the end of Feb 2019. There are still several things that must be completed before that release. You can see the progress on the pull requests that need to precede release in the git client plugin 3.0 milestone and the git plugin 4.0 milestone.
You're welcome (and encouraged) to download and install the pre-release versions of the git client plugin 3.0.0 and the git plugin 4.0.0. Those versions are the most recent builds of the master branch. Report any issues with those versions and you'll be helping the community have a better release.