-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: git-plugin
-
4.12.1
The example curl call from the documentation is missing double quotes. See here why this is problematic.
Current version:Â
curl http://yourserver/git/notifyCommit?url=<URL of the Git repository>&token=<Access token>
Proposed solution:
curl "http://yourserver/git/notifyCommit?url=<URL of the Git repository>&token=<Access token>"
- links to