Sahan Pitigala
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Sahan Pitigala commented, -
-
Sahan Pitigala created a post, AnsweredHow can I get the start time of current running builds with TeamCity API?
I want to get the start time of a running build using the REST API. I am able to get a list of current running builds by making a request to: app/rest/builds?locator=running:true but the results do... -
-
Sahan Pitigala created a post, How can I pass options to TeamCity's 'git clean' cleaning policy?
In my VCS root configurations I have Clean policy set to "Always". This performs a "git clean". But I want it to do "git clean -fd" instead. Is there a way to pass -fd in, or specify the exact comm...