Bill Smith

- Total activity 131
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Bill Smith created a post, AnsweredBuild Triggers with boolean capability
I'm interested in having the capability to have TeamCity build triggers with boolean capability. Here is a scenario where I would find it useful: A build is scheduled to run a 7pm EST every nigh... -
Bill Smith created a post, AnsweredImproving site search
Are there any plans to improve the site search? I was trying to search "build triggers boolean" in the community forums and got 1000+ results. The problem is that they're not sorted by time. So I... -
Bill Smith created a post, REST interface - DELETE user
We're using TeamCity 8.0.6 and according to the 8.x documentation, you can use the DELETE REST api to delete user:Update/remove specific user: PUT/DELETE http://teamcity:8111/httpAuth/app/rest/user... -
Bill Smith created a post, Using REST to modify user attributes in TC 6.0.1
I understand how to use REST to get all of the details for a particular user. What's unclear to me is how to update a user using REST.If I GET http://teamcity:8111/httpAuth/app/rest/users/USERNAME... -
Bill Smith created a post, What is the algorithm used for Hanging Builds detection? Can it be tweaked?
Occasionally we get emails from TeamCity because it thinks that a build might be hanging. I couldn't find any information that explains how TeamCity detects whether a build is hung. Could someone... -
Bill Smith created a post, DotNetFramework<version>[_x86|_x64] - dropping of 1.0 should be mentioned in 6.5.x upgrade notes
We're in the middle of testing 6.5.3 and ran into an issue where one of our builds rely on the agent parameter DotNetFramework1.0_x86 being defined. I didn't see any mention of this change in the ... -
Bill Smith created a post, Migrate users from LDAP to Active Directory?
We're currently using TeamCity 6.0.1 with the LDAP authentication. At some point, we would like to switch to Active Directory. Is there a way we can migrate existing LDAP users to Active Director... -
Bill Smith created a post, maintainDB.sh restore error - incorrect key file for table 'test_info'
I'm currently running 6.0.1 on my production server and want to test out 6.5 before we migrate to the new release. I took a backup using the maintainDB.sh script. On another system, I installed 6... -
Bill Smith created a post, teamcity 6.0.1 fails to detect suite for junit tests
We are using TeamCity 6.0.1 with Ant & Junit 3.6. Looking at some recent test runs, I noticed that I cannot find my tests because it seems that the suite information is missing.If I look at one of... -
Bill Smith created a post, TeamCity 6.0.1 agent - locking junit files
We're seeing this behavior occasionally with TeamCity 6.0.1 where it seems to lock junit files for use.In our build step, we're using the XML reporting option, specifying junit and having these as ...