Integrating SourceMonitor into a Jenkins CI-System

前端 未结 3 1654
伪装坚强ぢ
伪装坚强ぢ 2021-02-08 13:00

I would like to integrate SourceMonitor into my Jenkins CI-system. Since there is no SourceMonitor plugin how can i make the results of SourceMonitor visible on my Jenkins Serve

3条回答
  •  南方客
    南方客 (楼主)
    2021-02-08 13:51

    I guess you're out of luck. You could take a look at similar plugins (probably FindBugs, PMD, Checkstyle plugins should be comparable) and write a plugin yourself.

    You could also give a try to post to the Jenkins user mailing list, maybe someone there can help you.

    Don't know what kind of output SourceMonitor produces, but if it produces HTML Reports, there is an HTML Publish Plugin, which would let you link and display those results in your job. Not as integrated as a real plugin would be, but perhaps that would be enough for you.

提交回复
热议问题