-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Ari Kamen edited this page Jan 12, 2017
·
30 revisions
- Unzip the archive into your artifactory /plugin/ directory.
- Update the groovy file with Black Duck details
- Hub Url
- Hub username
- Hub password
- (Optional) If you wish to change the frequency of the plugin, the groovy file has a Cron expression you can modify.
If nothing appears to be happening please modify Artifactory's plugin logging 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>