Hayato Iriumi
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created LDAP Sync Skips Some Members
CompletedWhen LDAP sync happens in TeamCity, it skips some members. Even after I add the skipped member manually, when I run the sync again, it actually removes the member. Since LDAP sync happens periodica... -
Created Restoring Built-in Authentication
Hello,I'm playing around with TeamCity 9.1.5 at my new company right now. I plan to use LDAP and I have everything setup and it seems to be syncing correctly.Now I wanted to see if stuff worked wit... -
Created How to trigger build from JavaScript (REST API)
Hello,I'm trying to trigger a build from JavaScript. When I try the following code, I get "400 (Bad Request)" var data = { buildType: {id: buildTypeId} } ...