Skip to content

Commit 93e31ff

Browse files
committed
testing Jenkins mac arm build
1 parent 5b7bc77 commit 93e31ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)