-
New Feature
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins LTS v1.642.2 (Ubuntu master)
Checkmarx plugin v8.0.0
If you use Jenkins to trigger a scan that is configured to pull code from Source Control, it will always fail. The plugin will still attempt to zip up the workspace, and will fail with errors becuase there are no files to zip and submit.
I think the plugin should check to see if the prohect's .SrcCodeSettings.SourceOrigin == SourceLocationType.SourceControl, and skip the zip process if true.