Reputation: 11
I have a team city build configuration , which picks up data from bit bucket and packages it to transfer to udeploy. There is no code build process , it is just simple package and transfer process. All i want is that my team city build configuration should pick files only which are newly committed and never been picked up in previous team city builds. How do i configure this build component to enable this feature.Appreciate you help !
Upvotes: 1
Views: 292
Reputation: 891
Checkout the Configure and Run Your First Build documentation. The steps you will need to pay attention to are:
Setting the VCS Root. This is how Team City will know when source code changes.
Automatic Build Trigger. Even though you are not going to build code, you will trigger your "build" steps on changes in this repository.
Upvotes: 1