Chris Walquist

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created How does TeamCity archive projects?
Just curious how TeamCity marks a project as "archived". I've browsed through the BuildServer/config directory, and combed through the DB schema, and haven't been able to find an archived flag any... -
Created How do I delete unused VCS roots with REST API?
AnsweredHi,We have a couple hundred unused VCS roots and would like to remove them, in the name of reducing clutter. I would do it manually, except that clicking "delete" takes about 10 seconds per VCS ro... -
Created How would a custom authentication module get access to request cookies?
Hi, I'm considering writing a server-side plugin for authenticating against our internal SSO server. To support the authentication, I would need to pass along a cookie from the request to the SSO ... -
Created How should a build stop all other builds in the same project?
Hi,I have an FPGA fitting run that may execute several times (with slightly differing parameters) before finding a solution.Given that each attempt may take from 1 to 9 hours to succeed, I would li... -
Created How to detect archived status with a server-side plugin?
I need modify my TC6.5 server-side plugin to report status on builds only from projects that are not archived? Anyone know the place in the API that does this? Sorry if this is a stupid question,... -
Created Simple example of remote project creation tool?
Hi,We need to develop a client (e.g., a JRuby command line tool) to drive creation of TeamCity project and build-configs (along with VCS roots, etc. as necessary). Are there any examples of this o... -
Created How do I read system/messages outside TeamCity?
Hi,I would like to Splunk the build logs that are stored by the TeamCity server in system/messages, but they are encoded in a non-human-readable format.How can I decode this format in order that Sp... -
Created Does 4.0 do project-centric user admin, especially centrally managing notify settings?
Hello,I am currently running TC 3.1.1 build 6828, looking at upgrading to 4.0.When a build fails, users sometimes do not respond because they cannot see that the build failed, since (1) they don't ... -
Created Login exception after TeamCity 4.0 upgrade: NoClassDefFoundError: jetbrains/buildServer/web/util/CommentTransformer
Hi,I'm getting the exception below on first login to TeamCity 4.0.Here is the procedure I followed:- Shut down Tomcat (on Linux), via shutdown.sh.- Backed up MySQL DB.- Moved the webapps/teamcity d... -
Created How to launch TeamCity 4.0's IPR runner from a command line to build jars?
Hi,I've heard that TeamCity 4.0 will close a gaping DRY hole in the IDEA deployment story by allowing jars configured by a developer in IDEA to be built in TeamCity.However, from our perspective, t...