August 2017
Intermediate to advanced
332 pages
9h 16m
English
Very similar to JaCoCo, we can add the Checkstyle report to Jenkins:
publishHTML (target: [ reportDir: 'build/reports/checkstyle/', reportFiles: 'main.html', reportName: "Checkstyle Report"])
It generates a link to the Checkstyle report.
We have added the static code analysis stage that can help in finding bugs and in standardizing the code style inside the team or organization.
Read now
Unlock full access