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

improve help tip: some special characters are removed in windows batch commands

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: Windows XP

      I have this command in "Execute windows batch commands" section. Look at the
      string GFv3%20Trunk. When executed the %2 is removed and string becomes like
      GFv30Trunk. I tried to escape the character using "\" and enclosing the entire
      string in double quotes, but it does't work.

      wget -nv
      "http://gf-hudson.sfbay.sun.com/hudson/view/GFv3%20Trunk/job/gf-trunk-build-continuous/lastSuccessfulBuild/artifact/bundles/glassfish.zip"

      wget -nv
      http://gf-hudson.sfbay.sun.com/hudson/view/GFv30Trunk/job/gf-trunk-build-continuous/lastSuccessfulBuild/artifact/bundles/glassfish.zip

            Unassigned Unassigned
            sankarpn sankarpn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: