Skip to content

Commit f8b747e

Browse files
committed
changing mac slave label
1 parent 5adcd07 commit f8b747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pipeline {
193193
}
194194
}
195195
stage('MacOS Build') {
196-
agent { label('wls-mini1 || wls-mini2') }
196+
agent { label('macosx') }
197197
environment {
198198
mac_node_dir_name = "node-v${node_version}-darwin-x64"
199199
mac_node_installer = "node-v${node_version}-darwin-x64.tar.gz"

0 commit comments

Comments
 (0)