Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f36b6e5

Browse files
authored
Fix the examples that specify sourceFolder
1 parent d156e75 commit f36b6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONFIGDOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pipeline {
246246
{
247247
runMATLABTests(testResultsJUnit: 'test-results/results.xml',
248248
codeCoverageCobertura: 'code-coverage/coverage.xml',
249-
sourceFolder: 'source')
249+
sourceFolder: ['source'])
250250
}
251251
}
252252
}
@@ -260,7 +260,7 @@ Define a Scripted Pipeline to run your tests and generate artifacts.
260260
node {
261261
runMATLABTests(testResultsJUnit: 'test-results/results.xml',
262262
codeCoverageCobertura: 'code-coverage/coverage.xml',
263-
sourceFolder: 'source')
263+
sourceFolder: ['source'])
264264
}
265265
```
266266

0 commit comments

Comments
 (0)