- Jenkins server on T2.Medium instance
- Maven setup
-
Install below plug-ins
- Junit
- FindBugs
- PMD
- CheckStyle
- Static Analysis Collector
-
Create a Maven Project
GitHub URL : https://github.com/ravdy/petclinic.git
Maven Goals: clean package checkstyle:checkstyle findbugs:findbugs pmd:pmd
Build settings: chose checkstyle, findbugs, pmd -
Run you job