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, etc.
-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 help
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 sounded
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
follow
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.