-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.440.3
warnings-ng 11.3.0
The recordIssues step accepts the sourceCodeRetention: 'NEVER' argument but retains the source code anyway; the console log shows "Copying affected files to Jenkins' build folder".
AFAICT, the bug is that RecordIssuesStep.Execution.run() does not call recorder.setSourceCodeRetention(step.getSourceCodeRetention()).
- relates to
-
JENKINS-58167 Add option to not store affected files
- Resolved
- links to