opticyclic searches
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created How Does The Backlog Refinement Work?
AnsweredHow is it that the issue with the most votes and the most comments has been open for over 12 years? https://youtrack.jetbrains.com/issues?q=%23TeamCity%20%23Unresolved%20order%20by:%20votes%20desc%... -
Created Can I Use The SVNKit Command Line To Merge Before Building
AnsweredI previously had a single server with agents on that server so to merge before building I would save a script on the server and call that from the command line runner. https://teamcity-support.jetb... -
Created Run SSH Task Using sudo In Background
I am using ANT sshexec to deploy and start my application, however, I can't get it to work efficiently with TeamCity 9. My ant target looks something like this: <target name="start"> <sshexec ... -
Created Auto-Install JDK On Agents
AnsweredI know TeamCity can auto-update its agents. However, can it auto install software like the JDK as well? I envisage specifying either a URL or uploading a file (option to have 2 for one install defi... -
Created Schedule a job from the build parameters instead of setting up a trigger
AnsweredI have a build config that is set up to deploy to a particular VM on a weekly schedule. This weekend I want to deploy it to the normal VM but also to another one. I can change the host in the Param...