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

SVN Url is not properly URL encoded during tagging

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • svn-tag-plugin
    • None
    • Platform: All, OS: All

      Whe i specify a tagging URL like:
      https://139.25.112.78:8443/svn/Build-Test/tags/build#${env['BUILD_NUMBER']}/BuildTest/

      The URL is created first with:
      https://139.25.112.78:8443/svn/Build-Test/tags/build%252313/

      And afterwards the tagging is done under the right URL:
      https://139.25.112.78:8443/svn/Build-Test/tags/build%2313/

      Even it is not clear to me why two commits are done.

            k2nakamura k2nakamura
            lumpi82 lumpi82
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: