opticyclic searches
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
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:... -
Created How Do I Set Up My Project To Work With Chained Builds?
I have read this page about dependent builds but I don't really understand it fully.http://confluence.jetbrains.net/display/TCD65/Dependent+BuildAt the moment I have an ant target that runs a TestN... -
Created Using PMD and FindBugs in TeamCity
Normally I just use IDEAs code inspections and use the duplicates finder in TeamCity.However, a recent client has requested that the code that is delivered is checked with a FindBugs and PMD profil... -
Created Plugin For uberSVN
Have you considered creating a plugin for uberSVN to show off TeamCity?http://www.ubersvn.com/appsThey have a Jenkins plugin for continuous integration but I think TeamCity matches up to uberSVN b... -
Created Where Is The Code Coverage View For IDEA?
The eclipse plugin has a Code Coverage view that highlights the source based on the server side code coverage data.I can't seem to find the same view in the IDEA plugin. -
Created Creating JavaDocs
I have an ant task that creates my javadocs.How do I use TeamCity to publish them in the same place every time a build is run so that I have a fixed url to point people to?