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