Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-69393

curl call in documentation is missing double quotes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • git-plugin
    • None
    • 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>"
      

            markewaite Mark Waite
            simon_sohrt Simon Sohrt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: