Jenkins Lint Plugin Not Picking Up Results
I installed the Android Lint Plugin plugin in jenkins and activated it in my Android project build (which is build with maven). Then I added 'execute shell' as post build action wi
Solution 1:
Given that lint-results.xml files are generated with lint
or gradle build
, you need to check that "Publish Android Lint results" step is added as "Post-build Actions"
Post a Comment for "Jenkins Lint Plugin Not Picking Up Results"