我刚刚安装了组合Jenkins,Rally,Github,eclipse所有互连到最后一个连接Rally Jenkins但是我在构建结束时在控制台上收到以下错误
Updating Rally -- Louis # US98 Test 31 (31)
rally update plug-in error: could not update changeset entry: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
at org.apache.http.util.Asserts.check(Asserts.java:34)
at org.apache.http.impl.conn.BasicClientConnectionManager.getConnection(BasicClientConnectionManager.java:160)
at org.apache.http.impl.conn.BasicClientConnectionManager$1.getConnection(BasicClientConnectionManager.java:142)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:422)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at com.rallydev.rest.RallyRestApi.doRequest(RallyRestApi.java:310)
at com.rallydev.rest.RallyRestApi.doForceReauthRequest(RallyRestApi.java:332)
at com.rallydev.rest.RallyRestApi.doGet(RallyRestApi.java:460)
at com.rallydev.rest.RallyRestApi.get(RallyRestApi.java:266)
at com.rallydev.rest.RallyRestApi.attachSecurityInfo(RallyRestApi.java:373)
at com.rallydev.rest.RallyRestApi.doSecuredRequest(RallyRestApi.java:350)
at com.rallydev.rest.RallyRestApi.doPost(RallyRestApi.java:417)
at com.rallydev.rest.RallyRestApi.create(RallyRestApi.java:169)
at com.rallydev.rest.RallyRestApi.create(RallyRestApi.java:165)
at com.jenkins.plugins.rally.connector.RallyConnector.createDefaultPluginSCMReposirotyName(RallyConnector.java:263)
at com.jenkins.plugins.rally.connector.RallyConnector.getSCMRepoName(RallyConnector.java:203)
at com.jenkins.plugins.rally.connector.RallyConnector.createSCMRef(RallyConnector.java:185)
at com.jenkins.plugins.rally.connector.RallyConnector.createChangeSet(RallyConnector.java:74)
at com.jenkins.plugins.rally.connector.RallyConnector.updateRallyChangeSet(RallyConnector.java:58)
at com.jenkins.plugins.rally.PostBuild.perform(PostBuild.java:82)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:772)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:535)
at hudson.model.Run.execute(Run.java:1732)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
Finished: SUCCESS
我的项目中的插件设置如下:
Jenkins@mycomapny
*******
Workspace 1
Version1
left Blank
Left Blank
Since last build
left blank
Left blank
not selected
我正在尝试将构建的结果恢复为Rally。
任何帮助表示赞赏。这是我的第一篇帖子评论欢迎。
答案 0 :(得分:1)
来自Rally的电话,他们显然故意阻止连接器使用社区版本。警告Emptor