Alexey Parfenyuk
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Alexey Parfenyuk commented, -
Alexey Parfenyuk created a post, Reset buildcounter and change a property in a dependency
Hi,We have two builds: - daily, version format is 1.0.%release.build.number%.%build.number% - Release, version format is 1.0.%build.number%.0Release depends on Daily.We would like to be able to: 1)... -
Alexey Parfenyuk created a post, GIT submodules caching
Hi,We have project in GIT and three huge submodules.With each build TeamCity updates project's repo cache and then pulls from it into build checkout directory which happens fast.But it also tries t... -
Alexey Parfenyuk commented, -
Alexey Parfenyuk created a post, Get artifacts via TeamCity's WebService
Hi,We would like to implement the following scenario, write a small .exe that will: Connect to TeamCity web service and get the latest successful build number and detect if there are pending change...