[JIRA] (JENKINS-60127) UserAgentInterceptor searches for old plugin name "atlassian-bitbucket-server-scm"

8 views
Skip to first unread message

Kalle.Niemitalo@procomp.fi (JIRA)

unread,
Nov 11, 2019, 5:56:02 AM11/11/19
to jenkinsc...@googlegroups.com
Kalle Niemitalo created an issue
 
Jenkins / Bug JENKINS-60127
UserAgentInterceptor searches for old plugin name "atlassian-bitbucket-server-scm"
Issue Type: Bug Bug
Assignee: Kristy Hughes
Components: atlassian-bitbucket-server-integration-plugin
Created: 2019-11-11 10:55
Priority: Trivial Trivial
Reporter: Kalle Niemitalo

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.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

khughes@atlassian.com (JIRA)

unread,
Nov 11, 2019, 5:36:05 PM11/11/19
to jenkinsc...@googlegroups.com

khughes@atlassian.com (JIRA)

unread,
Nov 11, 2019, 5:36:05 PM11/11/19
to jenkinsc...@googlegroups.com
Kristy Hughes started work on Bug JENKINS-60127
 
Change By: Kristy Hughes
Status: Open In Progress

khughes@atlassian.com (JIRA)

unread,
Nov 11, 2019, 5:37:02 PM11/11/19
to jenkinsc...@googlegroups.com

khughes@atlassian.com (JIRA)

unread,
Nov 11, 2019, 7:21:04 PM11/11/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages