-
Bug
-
Resolution: Fixed
-
Critical
-
None
Reproduced with latest version of plugin (2.0.1) on Jenkins 1.642x
Add the plugin, go to Jenkins > Manage Jenkins > Configure System then hit save. Produces an angry butler, with the following stacktrace:
Caused by: java.lang.IllegalArgumentException: Host name may not be null at org.apache.http.HttpHost.<init>(HttpHost.java:79) at org.apache.http.impl.client.cache.CachingHttpAsyncClient.execute(CachingHttpAsyncClient.java:276) at com.atlassian.httpclient.apache.httpcomponents.SettableFuturePromiseHttpPromiseAsyncClient.execute(SettableFuturePromiseHttpPromiseAsyncClient.java:36) at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClient.doExecute(DefaultHttpClient.java:247) at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClient.execute(DefaultHttpClient.java:181) at com.atlassian.httpclient.apache.httpcomponents.DefaultRequest.get(DefaultRequest.java:47) at com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient.getAndParse(AbstractAsynchronousRestClient.java:67) at org.jenkinsci.plugins.JiraTestResultReporter.restclientextensions.JiraRestClientExtension.getStatuses(JiraRestClientExtension.java:42) at org.jenkinsci.plugins.JiraTestResultReporter.JiraTestDataPublisher$JiraTestDataPublisherDescriptor.tryCreatingStatusToCategoryMap(JiraTestDataPublisher.java:373
- links to