opticyclic searches
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created Fail Build On Metric "ANT Javac Warnings"
AnsweredBuilding my project with ANT takes about 5 mins. However, running the default inspections has taken 30 minutes so far and it isn't even at 10 % :o The only reason I am running the inspections is so... -
Created View Build Workspace In GUI like Jenkins
I have a build step that echos some build info to a file and I want to check if it has worked properly. After a build in Jenkins you can view the build agent workspace in the gui. e.g. https://issu... -
Created How Do I Get Output From The Command Line Runner?
I have read this page but I don't really follow how to get the output of my custom script in the TeamCity loghttps://confluence.jetbrains.com/display/TCD8/Build+Script+Interaction+with+TeamCityThis... -
Created Run Shell Script Before Build For SVN Auto-Merge
I am using SVN so unfortunately I can't take advantage of the automatic merge mentioned in this blog post.http://blog.jetbrains.com/teamcity/2013/10/automatic-merge/I have a shell script that works... -
Created Where Is This Critical Error?
I got this error on the front page of TeamCityCritical error in configuration file C:\ProgramData\JetBrains\TeamCity\config\projects\_Root\vcsRoots\Trunk.xml: VCS root with ID "trunk" already exist... -
Created Managing Branch Per Feature
######Short Questions######If we have several features being developed at the same time in different branches we need to manually create new VCS roots all the time in TeamCity in order to build t... -
Created Error collecting changes for VCS repository after SVN Dump/Load
I did an SVN dump and load to remove a few bad revisions from my svn history but now TeamCity fails every build config with:Error collecting changes for VCS repository 'my-project' Unable to get SV... -
Created Can I Test My Build Artifact Path?
I am not getting any build artifacts published at the moment, which implies that something is wrong with my pattern:build/dist/release/R%build.vcs.number%_*/dep_instruction_*.txtIs there anyway for... -
Created Can I Build A Specific SVN Revision?
We use the SVN revision in our build so that it gets embedded in the application and it is easily visible from the GUI.If we build production from a branch when HEAD=6910 then a week later we want ... -
Created Teamcity Reporting Failure As Success
My latest build is green but when I look at the log I see:[00:06:31][testng] [00:06:34][testng] [TestNG] [ERROR] [00:06:34][testng] Two tests in the same suite cannot have the same name: All[00:06:...