I started to migrate some jobs in jenkins to pipeline execution.

Is there any chance to see the warnings graph in pipeline jobs? Within my older 
projects I can configure the graphs with "Configure the trend graph" option. 
These option will crash in the pipeline syntax tool.

Is there any option to make the graph visible?

I have in my Jenkinsfile:

    stage ('Warnings gcc') {
        step([$class: 'WarningsPublisher', canComputeNew: false, 
canResolveRelativePaths: false, defaultEncoding: '', excludePattern: '', 
healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: 
[[parserName: 'GNU Make + GNU C Compiler (gcc)', pattern: 
'error_and_warnings.txt']], unHealthy: ''])
    }   

    stage ('Warnings clang') {
        step([$class: 'WarningsPublisher', canComputeNew: false, 
canResolveRelativePaths: false, defaultEncoding: '', excludePattern: '', 
healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: 
[[parserName: 'Clang (LLVM based)', pattern: 'error_and_warnings_clang.txt']], 
unHealthy: ''])
    } 

The reports will be generated but no graph is displayed. Any hints?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/trinity-860cbe76-3605-4d4b-903e-a3cb43a58741-1473687526354%403capp-gmx-bs24.
For more options, visit https://groups.google.com/d/optout.

Reply via email to