【发布时间】:2017-05-30 19:31:50
【问题描述】:
我们正在使用带有 Artifactory 插件的 TeamCity,利用 Maven 构建的发布管理功能。
但是,我刚刚将 TeamCity 从 8.1.4 升级到 2017.1.1,并且在使用 Artifactory 发布管理选项卡成功运行发布构建后,后续构建会显示指向构建信息的链接,但不会显示 Artifactory 发布促销.
我们正在运行插件的 Artifactory Pro 4.15.0,v.2.3.1。
任何想法为什么它可能不可用?
我们有一个 teamcity-server.log 条目:
[2017-05-30 16:40:04,149] ERROR - jetbrains.buildServer.SERVER - Error java.lang.InstantiationException: bean buildId not found within scope while processing request: GET '/viewLog.html?buildId=1151702&tab=buildResultsDiv&buildTypeId=XXXXXXX_Compile', from client 162.11.60.209:58332, authenticated as XXXXXXX {id=2}
java.lang.InstantiationException: bean buildId not found within scope
at org.apache.jsp.plugins.artifactory.promotionResultsFragmentExtension_jsp._jspService(promotionResultsFragmentExtension_jsp.java:136)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
【问题讨论】:
标签: plugins teamcity artifactory release-management maven-release-plugin