Hayato Iriumi

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Unable to determine workspace (tf checkout)
Hello,I'm having an issue when I try to check out files using tf.exe from NAnt script through TeamCity. I did my search on this website, but I can't seem to resolve the problem.So all I want to do ... -
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} } ... -
Created 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... -
Created 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" ... -
Created Custom Build from an extended tab
Hello,I'm writing a plugin to TeamCity and I would like to do the following things. Create an extended tab that shows certain options (our internal logic) in an extended tab. (This is actually done... -
Created jQuery in TeamCity plugin?
Hello,I am creating a TeamCity plugin (extended tab and etc...) and I'm wondering if I can use jQuery. If not, how should I go about making it available to the jsp files I am working on?TIA -
Created Where to start?
Hello,I may sound dumb, but I pretty much spent the whole day trying to understand how to develop a TeamCity plugin. I don't have Java backround, so that makes it harder, but I want to add a new ta... -
Created How to reset build counter via REST API
Hello,I'm interseted to learn how to reset build counter through REST API. I looked for it but haven't been able to find a solution. Any help will be much appreciated.Thanks!