-
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
[JENKINS-73164] recordIssues step ignores sourceCodeRetention parameter
Link |
New:
This issue relates to |
Link | New: This issue relates to JENKINS-73298 [ JENKINS-73298 ] |
Assignee | Original: Ulli Hafner [ drulli ] | New: HelloWorld [ sirine707 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Status | Original: Reopened [ 4 ] | New: Open [ 1 ] |
Link | Original: This issue relates to JENKINS-73298 [ JENKINS-73298 ] |
Hello , can I work on this issue ?