Skip to content

Commit

Permalink
Merge pull request #46 from mathworks/jenkinsfile-fix
Browse files Browse the repository at this point in the history
Change "sourcefolder" from a sring to a list
  • Loading branch information
sameagen-MW authored Nov 18, 2024
2 parents 5f43b52 + 519260f commit b7c58e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stage('Run MATLAB Tests') {
steps {
runMATLABTests(
sourceFolder: 'code'
sourceFolder: ['code']
)

// As an alternative to runMATLABTests, you can use runMATLABCommand to execute a MATLAB script, function, or statement.
Expand Down

0 comments on commit b7c58e9

Please sign in to comment.