Skip to content
Ari Kamen edited this page Jan 12, 2017 · 30 revisions

Official Documentation

https://github.com/blackducksoftware/hubintegrations-all/blob/master/Hub_Artifactory_Plugin_v.1.2.0.pdf

Setup

  1. Unzip the archive into your artifactory /plugin/ directory.
  2. Update the groovy file with Black Duck details
    • Hub Url
    • Hub username
    • Hub password
  3. (Optional) If you wish to change the frequency of the plugin, the groovy file has a Cron expression you can modify.

Troubleshooting

If nothing appears to be happening please modify Artifactory's plugin logging level.

Controlling Plugin Log Level

The default log level for user plugins is "warn". To change a plugin log level, add the following to

${ARTIFACTORY_HOME}/etc/logback.xml:

<logger name="blackDuckScanForHub"> <level value="info"/> </logger>

Clone this wiki locally