How to configure and run a code inspection tool like FindBugs as a teamcity task?

StackOverflow https://stackoverflow.com/questions/19989860

  •  30-07-2022
  •  | 
  •  

質問

Recently we moved to Contentious Integration for build management using Teamcity and also configured a few automated junit tests as ant tasks. To extend it further I'm looking at running a static code analysis tool like FindBugs as a step whenever a build triggers. I would appreciate any helpful suggestion.

役に立ちましたか?

解決

You can run FindBugs or other command line tool from TeamCity easy. Just create a command line task, point to your exe and off you go. Sonar is also another very good tool, here is a sample instance http://nemo.sonarqube.org/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top