Hayato Iriumi

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
-
-
Hayato Iriumi created a post, CompletedLDAP Sync Skips Some Members
When 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... -
Hayato Iriumi created a post, 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... -
Hayato Iriumi created a post, 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} } ... -
-
Hayato Iriumi created a post, How to access files on Source Control from TeamCity server plugin
Hello,I would like to access a file on Team Foundation Server souce control from my TeamCity server plugin. When a user updates a certain file, I would like my plugin to obtain it, save it on the T... -
-
-
Hayato Iriumi created a post, JavaScript HTTP Request (GET) Causes Refresh
Hello,I'm having a little problem with the extended tab plugin I've been working on. I have a UI that allows TeamCity users to run custom build. I let the user pick things and click on "Run Build" ...