RE: Coverity Plugin

2017-05-23 Thread Gardell, Steven
I believe that there is very little that you can do without the Coverity 
Connect server.

I also looked at the Coverity plugin and decided that it was not going to help 
too much. So instead I rolled my own using the imperative pipeline. What I do 
is to pull back the results of a ‘canned’ view from the Coverity connect server 
and then to present the issues in the Jenkins UI. I posted an FYI note on this 
forum about the mechanism a number of months ago.

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Lubay, Cris
Sent: Monday, May 22, 2017 9:30 PM
To: jenkinsci-users@googlegroups.com
Subject: Coverity Plugin

Hello,

I want to configure Jenkins to add coverity.
I was able to install the coverity plugin.
On my part, the method of running coverity is using command line.
I was also able to add it on Jenkins and I can see the results on the workspace.

Now, my question is this.
How can Jenkins parse the result of my coverity build and analysis if I do not 
have a coverity server for me to connect?
I do not have an installation of the coverity server and just running the 
coverity analysis locally using command line.
Thanks.


Best regards,
Cristopher M. Lubay
--
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/A9D136840459CE44A485FB4357EC95B7FC8C41%40NWD2MBX5.ad.analog.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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/BY2PR0301MB1991ACC4F3BCA02DAF79DB7AB8F90%40BY2PR0301MB1991.namprd03.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


Re: Coverity plugin

2014-06-12 Thread Victoria Wei Lei
Hello, 
I am looking for help on run coverity through Jenkins as well.  Not able to 
find a post that helps me,  just wonder whether you were able to get yours 
working, and whether you  would like to share some ideas on how to do it. 

Thanks
Victoria 

On Friday, September 14, 2012 7:31:35 AM UTC-5, Théo Chamley wrote:

 Hello,
 I am trying to make Jenkins and Coverity Static Analysis work together for 
 projects in C/C++. I have a Jenkins Master on an Ubuntu 12.04 and a Jenkins 
 Slave and Coverity both on the same Debian Lenny. My version of Jenkins is 
 the 1.466.1. The builds ont Jenkins are triggered by Gerrit: when a change 
 is pushed on a project, the Jenkins master tells the slave to download the 
 sources and build the project. This part alone works fine. I also managed 
 to make Coverity SA work on its own: the tools cov-build, cov-analyze and 
 cov-commit-defects are working.
 Now, I want to integrate Coverity with Jenkins: I installed the latest 
 version of *this plugin* 
 https://wiki.jenkins-ci.org/display/JENKINS/Coverity+Plugin. In the 
 configuration of my project on Jenkins, I added a Coverity post-build 
 action, specified an Coverity Integrity Manager Instance, a coverity 
 project and stream. I want Jenkins to perform a Coverity build, analysis 
 and commit. According to the help window of this option, Jenkins will 
 automatically monitor the build using cov-build, then invoke cov-analyze 
 and cov-commit-defects. Then, when a build is triggered, Jenkins 
 successfully connect to the slave who downloads and builds the project, but 
 the cov-analyze is launched and it fails because of the absence of 
 intermediate directory. As I understand it, cov-build is never launched and 
 does not monitor the build, therefore the intermediate directory needed 
 for the analysis is never created.
  
 Here is log of one of my failed builds:
  

 Triggered by Gerrit: http://gerrit.server1/22
 Building remotely on Jenkins Coverity in workspace 
 /home/coverity/workspace/HelloWorldC
 Checkout:HelloWorldC / /home/coverity/workspace/HelloWorldC - 
 hudson.remo...@785b38d6:Jenkins javascript: Coverity
 Using strategy: Gerrit Trigger
 Last Built Revision: Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 
 (master)
 Fetching changes from 1 remote Git repository
 Fetching upstream changes from ssh://jenkins@server1:29418/HelloWorldC.git
 Commencing build of Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 
 (master)
 Checking out Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 (master)
 [Coverity] cmd so far is: [cov-analyze, --dir, 
 /home/coverity/coverity/temp-550893439800959750.tmp]
 [HelloWorldC] $ cov-analyze --dir 
 /home/coverity/coverity/temp-550893439800959750.tmp
 [ERROR] This script reads input from the Intermediate directory, and the 
 specified directory 
 /home/coverity/coverity/temp-550893439800959750.tmp/c/emit does not exist.
 Please read the documentation to determine the appropriate ordering in 
 which to run the Coverity Prevent commands.
 [Coverity] cov-analyze returned 1, aborting...
 [Coverity] deleting intermediate directory
 Build step 'Coverity' changed build result to FAILURE
 Build step 'Coverity' marked build as failure
 Finished: FAILURE

  
  

 Does someone have a similar setup? What am i doing wrong?

 Thank you for your help


-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: Coverity plugin

2014-06-12 Thread Ginga, Dick
I have run Coverity with Jenkins. The latest plugin is better than previous 
ones but still not real robust.

What questions do you have?

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Victoria Wei Lei
Sent: Thursday, June 12, 2014 10:54 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Coverity plugin

Hello,
I am looking for help on run coverity through Jenkins as well.  Not able to 
find a post that helps me,  just wonder whether you were able to get yours 
working, and whether you  would like to share some ideas on how to do it.

Thanks
Victoria

On Friday, September 14, 2012 7:31:35 AM UTC-5, Théo Chamley wrote:
Hello,
I am trying to make Jenkins and Coverity Static Analysis work together for 
projects in C/C++. I have a Jenkins Master on an Ubuntu 12.04 and a Jenkins 
Slave and Coverity both on the same Debian Lenny. My version of Jenkins is the 
1.466.1. The builds ont Jenkins are triggered by Gerrit: when a change is 
pushed on a project, the Jenkins master tells the slave to download the sources 
and build the project. This part alone works fine. I also managed to make 
Coverity SA work on its own: the tools cov-build, cov-analyze and 
cov-commit-defects are working.
Now, I want to integrate Coverity with Jenkins: I installed the latest version 
of this pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Coverity+Plugin. In 
the configuration of my project on Jenkins, I added a Coverity post-build 
action, specified an Coverity Integrity Manager Instance, a coverity project 
and stream. I want Jenkins to perform a Coverity build, analysis and commit. 
According to the help window of this option, Jenkins will automatically 
monitor the build using cov-build, then invoke cov-analyze and 
cov-commit-defects. Then, when a build is triggered, Jenkins successfully 
connect to the slave who downloads and builds the project, but the cov-analyze 
is launched and it fails because of the absence of intermediate directory. As I 
understand it, cov-build is never launched and does not monitor the build, 
therefore the intermediate directory needed for the analysis is never created.

Here is log of one of my failed builds:

Triggered by Gerrit: http://gerrit.server1/22
Building remotely on Jenkins Coverity in workspace 
/home/coverity/workspace/HelloWorldC
Checkout:HelloWorldC / /home/coverity/workspace/HelloWorldC - 
hudson.remo...@785b38d6:Jenkinsjavascript: Coverity
Using strategy: Gerrit Trigger
Last Built Revision: Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 (master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from ssh://jenkins@server1:29418/HelloWorldC.git
Commencing build of Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 (master)
Checking out Revision 5540c6e5802a75d0ba0ccb3463deed2a7bca9424 (master)
[Coverity] cmd so far is: [cov-analyze, --dir, 
/home/coverity/coverity/temp-550893439800959750.tmp]
[HelloWorldC] $ cov-analyze --dir 
/home/coverity/coverity/temp-550893439800959750.tmp
[ERROR] This script reads input from the Intermediate directory, and the 
specified directory /home/coverity/coverity/temp-550893439800959750.tmp/c/emit 
does not exist.
Please read the documentation to determine the appropriate ordering in which to 
run the Coverity Prevent commands.
[Coverity] cov-analyze returned 1, aborting...
[Coverity] deleting intermediate directory
Build step 'Coverity' changed build result to FAILURE
Build step 'Coverity' marked build as failure
Finished: FAILURE



Does someone have a similar setup? What am i doing wrong?

Thank you for your help
--
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.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Coverity plugin

2014-06-12 Thread Les Mikesell
On Thu, Jun 12, 2014 at 10:33 AM, Ginga, Dick
dick.gi...@perkinelmer.com wrote:
 I have run Coverity with Jenkins. The latest plugin is better than previous
 ones but still not real robust.


We just do a batch/script that runs cov-build with the appropriate
command line options, then cov-analyze, then cov-commit.  The latest
version of the plugin didn't work with our (not-latest) coverity
server.  I did do some tests with a back-rev plugin and having a
pick-list of projects from the server was nice, but it seemed
confusing as to how the plugin options actually mapped to what it
would do with cov-build, etc.

-- 
   Les Mikesell
 lesmikes...@gmail.com

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Coverity plugin: exception when adding 'Coverity' post-build action

2012-10-09 Thread khushbu sharma
M also Facing the same problem. i am working on jenkin 1.483 version with 
coverity plugin 1.1.3

[Coverity] No snapshot ID found in build log
Build step 'Coverity' changed build result to FAILURE
Build step 'Coverity' marked build as failure
Notifying upstream projects of job completion

Error is coming.
Please help.



On Friday, 11 May 2012 22:45:04 UTC+5:30, Viktor Tarasov wrote:

 Hi, 

 I installed Coverity plugin 1.1.2 into Jenkins v1.463 and 
 normally configured an Integrity Manager Instance. 

 But receive an exception when trying to add  'coverity' post-build 
 action to free-style job. 
 On the webUI 'coverity' action appears without any parameters. 

 There are the extracts from jenkins logs: 
 11-May-2012 18:48:00 hudson.widgets.RenderOnDemandClosure$1 
 generateResponse 
 WARNING: Failed to evaluate the template closure 
 org.apache.commons.jelly.JellyTagException: file:/var/lib/jenkins/ 
 plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
  
 11-May-2012 18:48:00 winstone.Logger logInternal 
 WARNING: Untrapped Error in Servlet 
 hudson.util.IOException2: Failed to evaluate the template closure 
 at hudson.widgets.RenderOnDemandClosure 
 $1.generateResponse(RenderOnDemandClosure.java:111) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.handleHttpResponse(HttpResponseRenderer.java:104) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.generateResponse(HttpResponseRenderer.java:62) 
 ... 
 Caused by: org.apache.commons.jelly.JellyTagException: file:/var/lib/ 
 jenkins/plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 


 Would be much grateful for the help. 

 (Should I put here full logs, jenkins and job config, 
 systeminfo, ... ? ) 

 Kind regards, 
 Viktor.



Re: Coverity plugin: exception when adding 'Coverity' post-build action

2012-05-25 Thread Vaughn Spurlin
Coverity Bug 41917 - Can't configure Jenkins plugin with Jenkins versions 
1.463, 1.464, 1.465 has been fixed. The fix is available in version 1.1.3 
of the Covertity Jenkins plugin. Here are the steps to install the plugin 
in your Jenkins instance.

 Manage Jenkins 
 Manage Plugins 
 Advanced 
 under Update Site click [Check now] 
 Updates 
 Coverity Plugin should show that version 1.1.3 is available for update, 
and version 1.1.2 is installed. 
 check Coverity Plugin, click Download now and install after restart 
 check Restart Jenkins ... 
 You should be ready to run!

Vaughn Spurlin - Coverity Support

On Tuesday, 22 May 2012 14:50:24 UTC-7, Vaughn Spurlin wrote:

 A Coverity support engineer used Jenkins 1.462 with no problem. If you 
 don't require Jenkins 1.463 or later, then 1.462 may be an acceptable 
 workaround. 

 Viktor - If you open a Coverity support case to be informed about the 
 Coverity bug, please direct the case to me. - Vaughn

 On Friday, 11 May 2012 10:15:04 UTC-7, Viktor Tarasov wrote:

 Hi, 

 I installed Coverity plugin 1.1.2 into Jenkins v1.463 and 
 normally configured an Integrity Manager Instance. 

 But receive an exception when trying to add  'coverity' post-build 
 action to free-style job. 
 On the webUI 'coverity' action appears without any parameters. 

 There are the extracts from jenkins logs: 
 11-May-2012 18:48:00 hudson.widgets.RenderOnDemandClosure$1 
 generateResponse 
 WARNING: Failed to evaluate the template closure 
 org.apache.commons.jelly.JellyTagException: file:/var/lib/jenkins/ 
 plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at 
 org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at 
 org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
  
 11-May-2012 18:48:00 winstone.Logger logInternal 
 WARNING: Untrapped Error in Servlet 
 hudson.util.IOException2: Failed to evaluate the template closure 
 at hudson.widgets.RenderOnDemandClosure 
 $1.generateResponse(RenderOnDemandClosure.java:111) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.handleHttpResponse(HttpResponseRenderer.java:104) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.generateResponse(HttpResponseRenderer.java:62) 
 ... 
 Caused by: org.apache.commons.jelly.JellyTagException: file:/var/lib/ 
 jenkins/plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at 
 org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at 
 org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 


 Would be much grateful for the help. 

 (Should I put here full logs, jenkins and job config, 
 systeminfo, ... ? ) 

 Kind regards, 
 Viktor.



Re: Coverity plugin: exception when adding 'Coverity' post-build action

2012-05-22 Thread Vaughn Spurlin
A Coverity support engineer used Jenkins 1.462 with no problem. If you 
don't require Jenkins 1.463 or later, then 1.462 may be an acceptable 
workaround. 

Viktor - If you open a Coverity support case to be informed about the 
Coverity bug, please direct the case to me. - Vaughn

On Friday, 11 May 2012 10:15:04 UTC-7, Viktor Tarasov wrote:

 Hi, 

 I installed Coverity plugin 1.1.2 into Jenkins v1.463 and 
 normally configured an Integrity Manager Instance. 

 But receive an exception when trying to add  'coverity' post-build 
 action to free-style job. 
 On the webUI 'coverity' action appears without any parameters. 

 There are the extracts from jenkins logs: 
 11-May-2012 18:48:00 hudson.widgets.RenderOnDemandClosure$1 
 generateResponse 
 WARNING: Failed to evaluate the template closure 
 org.apache.commons.jelly.JellyTagException: file:/var/lib/jenkins/ 
 plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at 
 org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) 
  
 11-May-2012 18:48:00 winstone.Logger logInternal 
 WARNING: Untrapped Error in Servlet 
 hudson.util.IOException2: Failed to evaluate the template closure 
 at hudson.widgets.RenderOnDemandClosure 
 $1.generateResponse(RenderOnDemandClosure.java:111) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.handleHttpResponse(HttpResponseRenderer.java:104) 
 at org.kohsuke.stapler.HttpResponseRenderer 
 $Default.generateResponse(HttpResponseRenderer.java:62) 
 ... 
 Caused by: org.apache.commons.jelly.JellyTagException: file:/var/lib/ 
 jenkins/plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/ 
 CoverityPublisher/config.jelly:133:75: st:include No page found 
 'defectFilters.jelly' for class hudson.model.FreeStyleProject 
 at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) 
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 
 at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary 
 $1.run(ReallyStaticTagLibrary.java:99) 


 Would be much grateful for the help. 

 (Should I put here full logs, jenkins and job config, 
 systeminfo, ... ? ) 

 Kind regards, 
 Viktor.



Re: Coverity plugin: exception when adding 'Coverity' post-build action

2012-05-18 Thread vtwaldo
I have the same issue and confirmed with the Coverity folks that they
too can recreate this bug. They have opened an internal bug to attempt
to resolve this issue. Coverity Bug #41917 for reference.

On May 11, 1:15 pm, Viktor Tarasov viktor.tara...@gmail.com wrote:
 Hi,

 I installed Coverity plugin 1.1.2 into Jenkins v1.463 and
 normally configured an Integrity Manager Instance.

 But receive an exception when trying to add  'coverity' post-build
 action to free-style job.
 On the webUI 'coverity' action appears without any parameters.

 There are the extracts from jenkins logs:
 11-May-2012 18:48:00 hudson.widgets.RenderOnDemandClosure$1
 generateResponse
 WARNING: Failed to evaluate the template closure
 org.apache.commons.jelly.JellyTagException: file:/var/lib/jenkins/
 plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/
 CoverityPublisher/config.jelly:133:75: st:include No page found
 'defectFilters.jelly' for class hudson.model.FreeStyleProject
         at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124)
         at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270)
         at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 $1.run(ReallyStaticTagLibrary.java:99)
         at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 $1.run(ReallyStaticTagLibrary.java:99)
         at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
         at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 $1.run(ReallyStaticTagLibrary.java:99)
         at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
 
 11-May-2012 18:48:00 winstone.Logger logInternal
 WARNING: Untrapped Error in Servlet
 hudson.util.IOException2: Failed to evaluate the template closure
         at hudson.widgets.RenderOnDemandClosure
 $1.generateResponse(RenderOnDemandClosure.java:111)
         at org.kohsuke.stapler.HttpResponseRenderer
 $Default.handleHttpResponse(HttpResponseRenderer.java:104)
         at org.kohsuke.stapler.HttpResponseRenderer
 $Default.generateResponse(HttpResponseRenderer.java:62)
 ...
 Caused by: org.apache.commons.jelly.JellyTagException: file:/var/lib/
 jenkins/plugins/coverity/WEB-INF/classes/jenkins/plugins/coverity/
 CoverityPublisher/config.jelly:133:75: st:include No page found
 'defectFilters.jelly' for class hudson.model.FreeStyleProject
         at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124)
         at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:270)
         at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 $1.run(ReallyStaticTagLibrary.java:99)
         at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 $1.run(ReallyStaticTagLibrary.java:99)

 Would be much grateful for the help.

 (Should I put here full logs, jenkins and job config,
 systeminfo, ... ? )

 Kind regards,
 Viktor.