TeamCity pending changes are not run

家住魔仙堡 提交于 2019-12-21 03:12:17

问题


I have got configured TeamCity to execute NUnit tests.

When I run manually it then it is working fine. But somehow it acumulates pending changes and doesn't run test even if I refresh overview page of TeamCity.

I am wondering which setting I have to use so pending changes will run?

Basically I would like to start first pending changes to execute as soon as it appears.

Thank you!


回答1:


It sounds like you are missing your build trigger. When you edit the project settings, you should see the Build Triggers step (#5). It's the spot where you need to add the event that tells TeamCity it should kick off a build. It is generally tied to your source control check-ins/commits.

You probably want to use the VCS Trigger to kick off the build.



来源:https://stackoverflow.com/questions/20519980/teamcity-pending-changes-are-not-run

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!