Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 865 Bytes

File metadata and controls

23 lines (14 loc) · 865 Bytes

Fabric8-Analytics Jenkins plugin

A very simple Jenkins plugin which can automatically submit supported manifest files to fabric8-analytics for analysis.

Note on naming: The Fabric8-Analytics project has evolved from 2 different projects called "cucos" and "bayesian". We're currently in process of renaming the modules and updating documentation. Until that is completed, please consider "cucos" and "bayesian" to be synonyms of "Fabric8-Analytics".

Configuration

The plugin is very simple at this point and you only need to activate it in jobs for which you want to trigger the scan. Only pipeline jobs are supported at the moment.

Pipeline

Simply add another step to your pipeline:

def response = bayesianAnalysis url: 'https://<fabric8-analytics-recommender-hostname>'
echo("The results will be available at " + response.analysisUrl)