Skip to content

Commit 0eea7f0

Browse files
committed
Replace FIXME with a Note
1 parent ab9d5c5 commit 0eea7f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/src/main/java/io/jenkins/plugins/analysis/core/model/ReportScanningTool.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ private Report scan(final Run<?, ?> run, final FilePath workspace, final LogHand
173173
}
174174
}
175175

176-
// FIXME: Pattern expansion will not work in pipelines since the run does not provide all available variables
176+
// Note: Pattern expansion will not work in pipelines since the run does not provide all available variables.
177+
// However, this is not a big issue since in pipelines the pattern expansion is already done by Jenkins'
178+
// Groovy engine before passing the pattern to the step.
177179
private String expandPattern(final Run<?, ?> run, final String actualPattern) {
178180
try {
179181
var environmentResolver = new EnvironmentResolver();

0 commit comments

Comments
 (0)