Skip to content

Commit

Permalink
Access nested CFG property
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuba Stanley authored Nov 4, 2022
1 parent 53c3147 commit 0455145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/modules/Test/Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MPLPostStep('failure') {
}

// Perform suite specific test execution
if(CFG.suite.suite_name.equals("Payara-Samples")) {
if(CFG.'suite.suite_name'.equals("Payara-Samples")) {
MPLModule('Payara Samples Test', CFG)
} else {
MPLModule('Quicklook Test', CFG)
Expand Down

0 comments on commit 0455145

Please sign in to comment.