Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Cannot Reproduce
-
None
-
Jenkins Version: 2.150.3
Jira plugin: 3.0.5
Description
Not able to add Jira site in Jenkins.
Steps to reproduce:
1 Login to Jenkins (localhost:8080)
2. Select Manage Jenkins
3. Go to JIRA sites and click on Add
4. Enter your Jira URL, user name and password
5. Click on Test Connection
It fails with below error
java.lang.NoSuchMethodError: okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl; at retrofit2.Retrofit$Builder.baseUrl(Retrofit.java:458) at org.thoughtslive.jenkins.plugins.jira.service.JiraService.<init>(JiraService.java:49) at org.thoughtslive.jenkins.plugins.jira.Site$DescriptorImpl.doValidateBasic(Site.java:183) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
This looks like a conflict with JIRA steps plugin, do you have both plugins jira-plugin and jira-steps-plugin installed and you need them both?