We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e31ff commit a8d276aCopy full SHA for a8d276a
Jenkinsfile
@@ -202,7 +202,7 @@ pipeline {
202
}
203
204
stage('MacOS Build') {
205
- agent { label 'wls-mini1 || wls-mini2'}
+ agent { label('wls-mini1 || wls-mini2') }
206
environment {
207
mac_node_dir_name = "node-v${node_version}-darwin-x64"
208
mac_node_installer = "node-v${node_version}-darwin-x64.tar.gz"
0 commit comments