jslint - TeamCity - MSBuild Code Analysis -



jslint - TeamCity - MSBuild Code Analysis -

i've used jenkins ci few years , want larn teamcity.

in jenkins tracked fxcop issues enabling code analysis on .net projects , telling violations plugin find code analysis xml files i.e. msbuild set file named [project name].codeanalysislog.xml in build output directory , utilize **/*/*codeanalysislog.xml find files violations plugin.

teamcity has own fxcop runner don't want run fxcop 1 time again because msbuild has done me.

i want able tell teamcity find xml files , have produce trend graph in same way jenkins violations plugin.

i have similar issue stylecop, jslint , csslint. msbuild build tasks or batch commands run part of build produce xml output. utilize output create trend graphs.

to knowledge teamcity different jenkins reports in sense takes them in html format. that's have had our code quality analysis product - convert our xml study html teamcity. due can't violation trend study when integrated teamcity unlike jenkins plug-in have. haven't looked whether there teamcity changes in lastly couple of years enable xml study input.

teamcity jslint fxcop stylecop csslint

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -