How to use the analysis-core within a plugin

2017-02-17 Thread Bilsby David C
Hi I'm looking for a bit of a "how-to" primer on using the analysis-core plugin within another static analysis plugin. My understanding is that a tool specific static analysis plugin does the initial results parsing and then passes the information to the analysis-core for analysis, display,

RE: Standalone mirrored update site without signature checking

2016-09-22 Thread Bilsby David C
-Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jason Pyeron Sent: 21 September 2016 13:08 To: jenkinsci-users@googlegroups.com Subject: RE: Standalone mirrored update site without signature checking > Thanks, this will

How do you use the DTKit plugin?

2016-09-21 Thread Bilsby David C
I'm trying to find a way to publish code metrics generated by Parasoft C++test. The Parasoft Jenkins plugin does not seem to publish the metrics, only static analysis and unit tests. I stumbled across the DTKit plugin which seemed mentioned Parasoft in its change log, and the description

RE: Standalone mirrored update site without signature checking

2016-09-21 Thread Bilsby David C
OK I think I have fixed this myself. To disable signature checking on the update file you need to set the hudson.model.DownloadService.signatureCheck variable to false. I did this through a groovy script added to the %JENKINS_HOME%\init.groovy.d directory. The script I used contained the

Standalone mirrored update site without signature checking

2016-09-07 Thread Bilsby David C
I'd like to set up a standalone Jenkins update site for use on a network without Internet access. I have written a script which mirrors the official update site by downloading the update-center.json file and then parsing the URLs to all the latest plugins and wars and downloading them via wget.