Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
-
1.0.2
Description
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.