Hello World from OSS Silicon Valley


HowToUse/Jenkins/1.594/CheckStyle

_ Prerequisite

_ Install&Setup

Step.1
Click "Manage Jenkins" -> "Manage Plugins" link.
Step.2
Click "Available" tab. Select "CheckStyle Plugins". Then install plugins and reboot Jenkins after installation.
Install_fig1.png
Step.3
Click "Configuration" link of target item, select "Publish Checkstyle analysis" from "Add post-build action" and set as follows.
ItemDescriptionExample
goalAdd "checkstyle" as goal"checkstyle:checkstyle"
ItemDescriptionExample
Checkstyle resultsspecify the path to checkstyle results file"trunk/sample/target/checkstyle-result.xml"

_ HowToUse

Step.1
Execute build and you can see test coverage graph.
Result_fig1.png
Result_fig2.png

_ Author

S.Yatsuzuka

 
Attach file: fileResult_fig1.png 189 download [Information] fileResult_fig2.png 187 download [Information] fileInstall_fig1.png 186 download [Information] fileInstall_fig2.png 103 download [Information]
Last-modified: 2015-08-17 (Mon) 02:41:34 (3174d)