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

Validate repository URLs up to the first variable name fails if variable is the revision #

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • subversion-plugin
    • None
    • Jenkins 1.570

      Using Jenkins 1.570 with SVN plugin 2.4. In the Jenkins Configure System page, the option to Validate repository URLs up to the first variable name is checked.

      In our job, we allow the user to specify the revision of source to build.

      In the job, the svn URL is specified something like:
      http://myserver/svn/repository/branches/v1.0@${REVISION_PARAM}

      The validation will throw an error:
      "repository/branches/v1.0@" doesn't exist in the repository. Perhaps you mean "repository/branches/v1.0"

      This is a specification time validation issue only. The plugin functions properly using a URL specified like this.

          [JENKINS-23830] Validate repository URLs up to the first variable name fails if variable is the revision #

          There are no comments yet on this issue.

            Unassigned Unassigned
            tmoore Tom Moore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: