i have jenkins setup using multi scm due way our code structured 2 main directories in workspace. i'd use static analysis, pmd or another, can't find *.java due 2 main structures. how change workspace or pmd can find code in 2 directories?
not sure pmd, sonarqube can specify code analyze.
sonar.sources=./src/repo1,./src/repo2
you try checking out sub-directory it. e.g. checkout ./src/
diretory , analyze whole directory.
Comments
Post a Comment