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

UserAgentInterceptor searches for old plugin name "atlassian-bitbucket-server-scm"

XMLWordPrintable

    • 1.0.2

      src/main/java/com/atlassian/bitbucket/jenkins/internal/http/HttpRequestExecutorImpl.java checks the version number of "atlassian-bitbucket-server-scm":

                      Plugin plugin = Jenkins.get().getPlugin("atlassian-bitbucket-server-scm");
                      if (plugin != null) {
                          version = plugin.getWrapper().getVersion();
                      }
      

      In pom.xml however, the plugin is called "atlassian-bitbucket-server-integration":

          <artifactId>atlassian-bitbucket-server-integration</artifactId>
      

      The string "atlassian-bitbucket-server-scm" appears nowhere else in the source tree. It was removed from another file in commit 26f839ad2c1632c1ab150612a664439093b32107.

            khughes Kristy Hughes
            kon Kalle Niemitalo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: