We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25dc57 commit 72a60b7Copy full SHA for 72a60b7
Jenkinsfile
@@ -1330,7 +1330,7 @@ def loadConfigEnvVars(){
1330
env.BUILD_ON_MACOS = (params.macosTest // UI Input parameter is set to true
1331
|| !isPR() // For branches and tags
1332
|| matchesPrLabel(label: 'macOS') // If `macOS` GH label (Case-Sensitive)
1333
- || (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)
1334
}
1335
1336
/**
0 commit comments