首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Jenkins Rally插件失败

Jenkins Rally插件失败
EN

Stack Overflow用户
提问于 2014-08-03 18:32:15
回答 1查看 749关注 0票数 2

我刚刚安装了组合体Jenkins,Rally,Github,eclipse,直到最后一个连接Rally Jenkins,但是在构建结束时,我在控制台上得到了以下错误

代码语言:javascript
复制
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
  • SCM URI:left Blank
  • CM存储库名称:Left Blank
  • 更新更改:Since last build
  • 更改开始日期:left blank
  • 更改结束日期:Left blank
  • 打开调试级别:not selected

我正试图把构建的结果带回拉力。

任何帮助都很感激。这是我第一次发表评论欢迎。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-08-05 13:22:42

接到Rally的电话,他们显然故意阻止连接器使用社区版本。请注意,撤离者

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25107800

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档