File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ pipeline {
202202 }
203203 }
204204 stage(' MacOS Build' ) {
205- agent { label ' macosx ' }
205+ agent { label ' wls-mini1 || wls-mini2 ' }
206206 environment {
207207 mac_node_dir_name = " node-v${ node_version} -darwin-x64"
208208 mac_node_installer = " node-v${ node_version} -darwin-x64.tar.gz"
@@ -305,8 +305,8 @@ pipeline {
305305 archiveArtifacts " dist/latest-mac.yml"
306306 sh ' ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.app.zip"'
307307 archiveArtifacts " WebLogic Kubernetes Toolkit UI.app.zip"
308- // sh 'ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac-arm64/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.arm64.app.zip"'
309- // archiveArtifacts "WebLogic Kubernetes Toolkit UI.arm64.app.zip"
308+ sh ' ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac-arm64/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.arm64.app.zip"'
309+ archiveArtifacts " WebLogic Kubernetes Toolkit UI.arm64.app.zip"
310310 }
311311 }
312312 }
You can’t perform that action at this time.
0 commit comments