sonarqube - Running Powershell Script -


we have third party software ran via powershell script once has ran it retuns results via script (as xml files).

my question there anyway within sonar qube run powershell script (or windows command line) or have write brand new plugin?

russell

you don't mention 3rd party tool is, or kind of results yields. @ guess: yes, you'll have write new plugin read results generated tool , import them part of analysis.

notice, don't mention firing tool. can done, in general plugins import tool reports, , because plugin development done in java, simpler include kicking tool off part of build script/process. however, if feel must fire plugin, stylecop plugin may point in right direction. while stylecop plugin fires stylecop directly, you'll firing script fire tool. or maybe you'll incorporating script logic plugin...? (probably fewer headaches in long run way.)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -