English 中文(简体)
团队城市正在建立尚未改变的附属区
原标题:TeamCity is building dependencies that haven t changed

我新到TeetCity, 遇到一些麻烦。 我有一个配置, 构建一个 Windows安装软件包( MSI) 。 它可以对其他配置建立合并模块( 用于构建 MSI 的装置) 。 即使合并模块最后的建设成功, 其源代码也已经改变, 但每次我建立 MSI 时, 它们的源代码仍然会得到重建。 我希望合并模块能够< em> 而不是 重建, 如果它们的源代码自上次成功构建以来还没有改变的话 。

关于我的情况的说明:

  • In the dependency options, I m picking "Do not run new build if there is a suitable one" and "Only use successful builds from suitable ones". All the merge modules build successfully.
  • We re using Subversion 1.7 and TeamCity 5.1.5 (can t upgrade easily at the moment).
  • Unrelated changes from elsewhere in the repository are showing up as associated with my configurations. Could that be the issue, and if so, how to fix?
  • All of the build configurations mentioned here have the same VCS roots and checkout rules. All VCS roots are set to "Full support (load changes and checkout)".
  • A large portion of the repository is being checked out because some of those files are referenced in the MSI.
  • Let me know if there is any more information I should include here.

是否有人能说明TeamCity如何决定何时需要重建依赖关系?

问题回答

在许多情况下,这个问题是由“ 退出, 但忽略更改” 选项造成的。 在 Subversion VCS root 中选择了 Subversion VCS root 选项。 如果是这样的话, 我建议转而使用“ 全部外部支持 ” 。

编辑依赖关系并选择

"如果有合适的建筑,不要运行新建筑"





相关问题
How to structure files / dependencies in Visual C++ project

This is more of a design question than a C++ question. I m working on a Texas Hold Em poker game in C++. So far, I have a HandChecker module written that is responsible for determining a player s ...

draw dependency graph for a java class

Heyho, I m searching for a tool like JDepend to draw a graph for a java classfile. JDepend seams to be fine, but it s not resolving the deps from the deps (maybe I m just missing some special options?)...

How to use the -MG flag in cc 4.4.1?

I ve recently upgraded my Ubuntu installation from Jaunty to Karmic. This apparently includes an update of the GNU C compiler, because code that compiled previously no longer does. Running cc 4.4.1 (...

How to manually disable/blacklist Maven repository

In my base project I use dependency of JasperReports which has non-existent repository declaration in its pom. When I run every Maven commad there is dependency looking for commons-collection in this ...

Batch Job Dependencies Using Open Source/Free Software

I run a large data warehouse plant where we have a lot of nightly jobs running concerruently however many have dependencies on a extract or data load process before they start. Currently we use an ...

热门标签