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

Plugin manager reports wrong dependencies in rest api

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • core
    • 1.621-SNAPSHOT and 1.609.1.2

      The plugin manager rest api returns the wrong dependencies or else the wiki does.
      As an example: https://cloudbees.ci.cloudbees.com/pluginManager/api/json?depth=3

      ...then search for "Jenkins Subversion Plug-in"...

      The dependencies list looks sorta like this:
      dependencies: [
      shortName: "ssh-credentials",
      shortName: "credentials",
      shortName: "scm-api",
      shortName: "mapdb-api",
      shortName: "matrix-auth",
      shortName: "windows-slaves",
      shortName: "antisamy-markup-formatter",
      shortName: "matrix-project",
      shortName: "junit",
      ]

      ....but according to https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin, Subversion should have the following dependencies:
      scm-api (version:0.2)
      credentials (version:1.10)
      ssh-credentials (version:1.6.1)
      mapdb-api (version:1.0.1.0)

      ...mapdb-api is missing from the rest api, and several of the plugins listed from the rest api are not on the wiki. I am figuring some other plugin's dependencies is being listed one of these places.

            Unassigned Unassigned
            gusreiber gus reiber
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: