Parasoft Warnings Tab
I try to work Parasoft with Jenkins. They are working well each other. But when I call parasoft throughout jenkins, the static analysis and then unit test execution is finished, the Parasoft Warnings Tab in Jenkins interface does not appear. Why this case occur. In the begining of the project creation I select freestyle project in Jenkins.
Comments
-
Could you please provide details about version of a product which you are using to run analysis and version of the Parasoft Findings plugin?
Missing the Parasoft Warnings tab can be related with lack of post build action to publish such results or incorrect reports pattern in the plugin setup.
Please check your configuration based on the documentation:
https://docs.parasoft.com/display/FINDS/Parasoft+Findings+for+Jenkins#ParasoftFindingsforJenkins-PublishingStaticAnalysisResults0 -
Hi @marzec,
We use 10.4.1 version of the parasoft findings. We use 10.4.1.166 version of c++test also.
0 -
Hi @fatmanur61,
Please verify if you configured the Parasoft Findings plugin as it is described here:
PublishingStaticAnalysisResultsfor10.4.1.
Next, look at the job console after execution to check whether the plugin found any reports.
Please notice that Parasoft Warnings tab is showing only static analysis results.
Unit testing results are presented in different way under "Latest Test Results" link.
See: PublishingTestExecutionResults0