[JIRA] (JENKINS-39533) no graph displayed from warnings plugin in multi-branch-pipeline project
Title: Message Title Klaus Rudolph updated an issue Jenkins / JENKINS-39533 no graph displayed from warnings plugin in multi-branch-pipeline project Change By: Klaus Rudolph Environment: Jenkins 2.28Static Analysis Collector Plug-in 1.48Warnings Plug-in 4.57 Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39532) NPE while using warning plugin pipeline snipped generator
Title: Message Title Klaus Rudolph updated an issue Jenkins / JENKINS-39532 NPE while using warning plugin pipeline snipped generator Change By: Klaus Rudolph Environment: Jenkins 2.28Static Analysis Collector Plug-in 1.48Warnings Plug-in 4.57 Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39533) no graph displayed from warnings plugin in multi-branch-pipeline project
Title: Message Title Klaus Rudolph created an issue Jenkins / JENKINS-39533 no graph displayed from warnings plugin in multi-branch-pipeline project Issue Type: Bug Assignee: Matthew DeTullio Components: multi-branch-project-plugin, warnings-plugin Created: 2016/Nov/05 6:18 PM Priority: Major Reporter: Klaus Rudolph I added the following to 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: '']) } And get the logs ( Stage logs ): [WARNINGS] Parsing warnings in files 'error_and_warnings.txt' with parser GNU Make + GNU C Compiler (gcc) [WARNINGS] Finding all files that match the pattern error_and_warnings.txt [WARNINGS] Parsing 1 file in /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ [WARNINGS] Successfully parsed file /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ/error_and_warnings.txt with 0 unique warnings and 0 duplicates. [WARNINGS] Computing warning deltas based on reference build #1 and for clang: [WARNINGS] Parsing warnings in files 'error_and_warnings_clang.txt' with parser Clang (LLVM based) [WARNINGS] Finding all files that match the pattern error_and_warnings_clang.txt [WARNINGS] Parsing 1 file in /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ [WARNINGS] Successfully parsed file
[JIRA] (JENKINS-39532) NPE while using warning plugin pipeline snipped generator
Title: Message Title Klaus Rudolph created an issue Jenkins / JENKINS-39532 NPE while using warning plugin pipeline snipped generator Issue Type: Bug Assignee: Matthew DeTullio Components: multi-branch-project-plugin, warnings-plugin Created: 2016/Nov/05 6:15 PM Priority: Major Reporter: Klaus Rudolph While trying to use snipped generator for a multi-branch pipeline for warnings plugin I got NPE after entering a file name into the form. javax.servlet.ServletException: java.lang.NullPointerException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:362) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.s