violations-plugin icon indicating copy to clipboard operation
violations-plugin copied to clipboard

Added basic pipeline support. Very rudimentary still

Open cjbush opened this issue 8 years ago • 0 comments

This provides very, very basic pipeline support. It needs to be cleaned up, but for anybody wanting to use it, it's here. Usage is:

step([$class: 'ViolationsPublisher', type: 'fxcop', sunny: 10, stormy: 999, unstable: 999, pattern: '**/outputfile.analysis.xml', autoUpdateStormyThreshold: true, autoUpdateUnstableThreshold: true])

cjbush avatar Sep 29 '16 13:09 cjbush