-
Story
-
Resolution: Fixed
-
Minor
-
-
Blue Ocean 1.4 - beta 3
Using our Analytics framework, we would like to know what kinds of jobs are being used in conjunction with Blue Ocean.
The data sent back looks roughly like the following:
{
name: 'job_stats',
properties: {
singlePipelineScripted: 1,
singlePipelineDeclarative: 1,
pipelineDeclarative: 1,
pipelineScripted: 1,
freestyle: 1,
matrix: 1,
other: 1
}
}