We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed20380 commit 238bcdbCopy full SHA for 238bcdb
src/groovy/PipelineTester.groovy
@@ -645,8 +645,10 @@ class Tester {
645
def outputFiles = new FileNameFinder().
646
getFileNames(testOutputPath.toString(), "*")
647
for (String create in creates) {
648
+ println "+++++ " + create
649
boolean found = false
650
for (String outputFile in outputFiles) {
651
+ println ">>>>> " + outputFile
652
if (outputFile.endsWith(create)) {
653
found = true
654
break
0 commit comments