We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392581 commit aebc372Copy full SHA for aebc372
Jenkinsfile
@@ -1343,7 +1343,7 @@ def loadConfigEnvVars(){
1343
env.BUILD_ON_MACOS = (params.macosTest // UI Input parameter is set to true
1344
|| !isPR() // For branches and tags
1345
|| matchesPrLabel(label: 'macOS') // If `macOS` GH label (Case-Sensitive)
1346
- || (env.GITHUB_COMMENT?.toLowerCase().contains('/test macos'))) // If `/test macos` in the GH comment (Case-Insensitive)
+ || (env.GITHUB_COMMENT?.toLowerCase()?.contains('/test macos'))) // If `/test macos` in the GH comment (Case-Insensitive)
1347
}
1348
1349
/**
0 commit comments